Skip to content

Commit 623cc67

Browse files
authored
fix usage YaMuteCheck() for different files (#9803)
1 parent d1664d6 commit 623cc67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/tests/get_muted_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def mute_applier(args):
216216

217217
# checking added lines
218218
write_to_file('\n'.join(added_lines), added_mute_lines_file)
219+
mute_check = YaMuteCheck()
219220
mute_check.load(added_mute_lines_file)
220221
added_muted_tests = []
221222
print("New muted tests captured")
@@ -227,6 +228,7 @@ def mute_applier(args):
227228

228229
# checking removed lines
229230
write_to_file('\n'.join(removed_lines), removed_mute_lines_file)
231+
mute_check = YaMuteCheck()
230232
mute_check.load(removed_mute_lines_file)
231233
removed_muted_tests = []
232234
print("Unmuted tests captured")

0 commit comments

Comments
 (0)