Skip to content

Commit b7d4b4e

Browse files
committed
Update
[ghstack-poisoned]
2 parents 0a017d0 + b299659 commit b7d4b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/test/suite/tests/test_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
class Reporting(unittest.TestCase):
7070
def test_csv_report_simple(self):
7171
# Verify the format of a simple CSV run report.
72-
session_state = TestSessionState()
72+
session_state = TestSessionState(seed=0)
7373
session_state.test_case_summaries.extend(TEST_CASE_SUMMARIES)
7474
run_summary = RunSummary.from_session(session_state)
7575

0 commit comments

Comments
 (0)