Skip to content

Commit 33f3e3f

Browse files
jtgrabowskijacek-lewandowski
authored andcommitted
STAR-247: remove format specific parts of assertions
in offline_tools_test.py (cherry picked from commit c318850) (cherry picked from commit 14050b8) (cherry picked from commit c733919)
1 parent fea5074 commit 33f3e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offline_tools_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ def test_sstableverify(self):
271271
hashcomputed = False
272272
for line in outlines:
273273
if sstable in line:
274-
if "Verifying BigTableReader" in line:
274+
if "Verifying " in line:
275275
verified = True
276-
elif "Checking computed hash of BigTableReader" in line:
276+
elif "Checking computed hash of " in line:
277277
hashcomputed = True
278278
else:
279279
logger.debug(line)

0 commit comments

Comments
 (0)