Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01db7ad

Browse files
committed
test_ptrack_vacuum_full name was duplicated, rename one of them
1 parent 80e8858 commit 01db7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ptrack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3615,7 +3615,7 @@ def test_ptrack_vacuum_bits_visibility(self):
36153615

36163616
# @unittest.skip("skip")
36173617
# @unittest.expectedFailure
3618-
def test_ptrack_vacuum_full(self):
3618+
def test_ptrack_vacuum_full_2(self):
36193619
node = self.make_simple_node(
36203620
base_dir=os.path.join(module_name, self.fname, 'node'),
36213621
set_replication=True,

0 commit comments

Comments
 (0)