chg: test: assert none
This commit is contained in:
parent
d0ef116a0b
commit
acc08c1ec8
@ -582,7 +582,7 @@ class TestBukuDb(unittest.TestCase):
|
|||||||
with mock.patch('builtins.input', return_value='y'):
|
with mock.patch('builtins.input', return_value='y'):
|
||||||
self.bdb.cleardb()
|
self.bdb.cleardb()
|
||||||
# assert table has been dropped
|
# assert table has been dropped
|
||||||
assert self.bdb.get_rec_by_id(0)
|
assert self.bdb.get_rec_by_id(0) is None
|
||||||
|
|
||||||
# @unittest.skip('skipping')
|
# @unittest.skip('skipping')
|
||||||
def test_replace_tag(self):
|
def test_replace_tag(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user