Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasKallingal committed Jul 26, 2024
1 parent 384d3d8 commit c2d6fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ def test_symlink_latest_logs():
'grep -E "To view detailed progress: .+ $target_file2" log2.txt || exit 1;'
'[ "$target_file" != "$target_file2" ] || exit 1'
],
'rm log1.txt log2.txt'
'rm log1.txt log2.txt',
)
run_one_test(test)

Expand Down

0 comments on commit c2d6fd7

Please sign in to comment.