Skip to content

Commit 9596181

Browse files
committed
Increased code coverage
1 parent 1fdb9a9 commit 9596181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_quot_string_if_needed_no():
122122

123123
@pytest.fixture
124124
def stdout_sim():
125-
stdsim = cu.StdSim(sys.stdout)
125+
stdsim = cu.StdSim(sys.stdout, echo=True)
126126
return stdsim
127127

128128
@pytest.fixture

0 commit comments

Comments
 (0)