Skip to content

Commit

Permalink
Fix timer unit test with new output
Browse files Browse the repository at this point in the history
  • Loading branch information
kwryankrattiger committed Jun 28, 2023
1 parent 6da3594 commit d838eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/test/util/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_timer_write():
deserialized = json.loads(json_buffer.getvalue())
assert deserialized == {
"phases": [{"name": "timer", "seconds": 1.0}],
"total": {"seconds": 3.0},
"seconds": 3.0,
}


Expand Down

0 comments on commit d838eb6

Please sign in to comment.