Skip to content

Commit a9e646d

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) (cherry picked from commit 33f3e3f) (cherry picked from commit 3c72c8f)
1 parent f98efec commit a9e646d

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
@@ -278,9 +278,9 @@ def test_sstableverify(self):
278278
hashcomputed = False
279279
for line in outlines:
280280
if sstable in line:
281-
if "Verifying BigTableReader" in line:
281+
if "Verifying " in line:
282282
verified = True
283-
elif "Checking computed hash of BigTableReader" in line:
283+
elif "Checking computed hash of " in line:
284284
hashcomputed = True
285285
else:
286286
logger.debug(line)

0 commit comments

Comments
 (0)