Skip to content

Commit 921b9af

Browse files
committed
fix ut
1 parent a4502c4 commit 921b9af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cloudai/workloads/osu_bench/osu_bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def was_run_successful(self, tr: TestRun) -> JobStatusResult:
105105
),
106106
)
107107

108-
# Check for basic OSU benchmark output format
108+
# Check for basic OSU benchmark output format
109109
if "# Size" not in content:
110110
return JobStatusResult(
111111
is_successful=False,

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_installers():
212212

213213
def test_definitions():
214214
test_defs = Registry().test_definitions_map
215-
assert len(test_defs) == 20
215+
assert len(test_defs) == 21
216216
for tdef in [
217217
("UCCTest", UCCTestDefinition),
218218
("DDLBTest", DDLBTestDefinition),

0 commit comments

Comments
 (0)