We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead942d commit dc56036Copy full SHA for dc56036
tests/integration/test_slurmctld.py
@@ -118,5 +118,5 @@ def test_statistics():
118
slurmctld.Statistics.reset()
119
new_stats = slurmctld.Statistics.load()
120
assert new_stats.to_dict()
121
- # Check that resetting it was actually sucessful.
+ # Check that resetting it was actually successful.
122
assert data_since < new_stats.data_since
0 commit comments