Skip to content

Commit e975bce

Browse files
author
SentienceDEV
committed
fix tests4
1 parent 59c730f commit e975bce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ jobs:
140140
print(f'\nFound {len(problematic_lines)} problematic line(s):')
141141
for line_num, line_content in problematic_lines:
142142
print(f'Line {line_num}: {line_content}')
143-
print('\nTo fix: Replace self.assertTrue( with self.assert_( in the code above')
143+
print('\nTo fix:')
144+
print('1. Replace self.assertTrue( with self.assert_( in the code above')
145+
print('2. If this is a PR, merge or rebase with the latest main branch')
146+
print(' (main branch already has this fix in commit c7a43a9)')
144147
exit(1)
145148
146149
# Verify that self.assert_( is used (positive check)

0 commit comments

Comments
 (0)