Skip to content

Commit 4e6a0ce

Browse files
committed
fix copy-paste errors in doc strings
1 parent a2ef048 commit 4e6a0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_payujson_profiling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def payujson_parser():
1414

1515
@pytest.fixture(scope="module")
1616
def payujson_profiling():
17-
"""Fixture returning a dict holding the parsed FMS timing content without hits."""
17+
"""Fixture returning a dict holding the parsed Payu JSON timing content."""
1818
return {
1919
"region": [
2020
"payu_setup_duration_seconds",
@@ -29,7 +29,7 @@ def payujson_profiling():
2929

3030
@pytest.fixture(scope="module")
3131
def payujson_log_file():
32-
"""Fixture returning the FMS timing content without hits column."""
32+
"""Fixture returning the Payu JSON timing content."""
3333
return """{
3434
"scheduler_job_id": "149764665.gadi-pbs",
3535
"timings": {

0 commit comments

Comments
 (0)