Fix the misspelling of "except"

Change-Id: Id464e32867a547658d5499268d7ac25028a95692
This commit is contained in:
lijunjie 2019-01-04 17:21:54 +08:00
parent 42237868de
commit 0e973bfa35

View File

@ -256,7 +256,7 @@ class TestMain(testtools.TestCase):
non_std_reqs):
self.expectThat(False, matchers.Equals(True),
message=("update.main() should riase an "
"excpetion before getting here"))
"exception before getting here"))
with testtools.ExpectedException(Exception,
"/dev/zero is not a directory"):