Skip to content

Commit 9833ff9

Browse files
committed
test is about testing progress messages
1 parent 090d573 commit 9833ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/other_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ def test_markup(tmpdir):
10571057
assert_cppcheck(args, ec_exp=0, err_exp=[], out_exp=out_lines)
10581058

10591059

1060-
def test_markup_j(tmpdir):
1060+
def test_progress_markup_j(tmpdir):
10611061
test_file_1 = os.path.join(tmpdir, 'test_1.qml')
10621062
with open(test_file_1, 'wt'):
10631063
pass

0 commit comments

Comments
 (0)