expect the test to succeed again
parent
cb9eb1e24e
commit
e9e9ee135b
|
@ -54,7 +54,7 @@ class BookLoaderTests(TestCase):
|
|||
edition = bookloader.add_by_isbn('9787500676911')
|
||||
self.assertEqual(edition.work.language, 'zh')
|
||||
|
||||
@unittest.expectedFailure
|
||||
# @unittest.expectedFailure
|
||||
def test_update_edition(self):
|
||||
w = models.Work(title='silly title', language='xx')
|
||||
w.save()
|
||||
|
|
Loading…
Reference in New Issue