Skip to content

Commit bbcb464

Browse files
committed
adjust expected output in pytest
1 parent bf26664 commit bbcb464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compilesketches/tests/test_compilesketches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ class CompilationData:
14351435
expected_stdout = (
14361436
"::group::Compiling sketch: " + str(compilesketches.path_relative_to_workspace(path=sketch_path)) + "\n"
14371437
+ str(stdout) + "\n"
1438+
+ "Compilation time elapsed 0 seconds.\n"
14381439
+ "::endgroup::"
14391440
)
14401441
if not expected_success:

0 commit comments

Comments
 (0)