Skip to content

Commit 50f5e50

Browse files
committed
tests: minor fix in test_locking_simple()
1 parent 0b52060 commit 50f5e50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/locking.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def test_locking_simple(self):
3838

3939
gdb._execute('signal SIGKILL')
4040

41+
self.validate_pb(backup_dir)
42+
4143
self.assertEqual(
4244
'OK', self.show_pb(backup_dir, 'node')[0]['status'])
4345

0 commit comments

Comments
 (0)