Skip to content

Commit

Permalink
Fix: typo in unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed Dec 10, 2024
1 parent 48d7dac commit c68c2fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test_aodn_cloud_optimised/test_bin_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DATASET_CONFIG_NC_ACORN_JSON = os.path.join(
ROOT_DIR,
"resources",
"radar_TurquoiseCoast_velocity_hourly_average_delayed_qc.json",
"radar_TurquoiseCoast_velocity_hourly_averaged_delayed_qc.json",
)


Expand Down
2 changes: 1 addition & 1 deletion test_aodn_cloud_optimised/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
DATASET_CONFIG_NC_ACORN_JSON = os.path.join(
ROOT_DIR,
"resources",
"radar_TurquoiseCoast_velocity_hourly_average_delayed_qc.json",
"radar_TurquoiseCoast_velocity_hourly_averaged_delayed_qc.json",
)


Expand Down
4 changes: 2 additions & 2 deletions test_aodn_cloud_optimised/test_create_aws_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
DATASET_CONFIG_NC_ACORN_JSON = os.path.join(
ROOT_DIR,
"resources",
"radar_TurquoiseCoast_velocity_hourly_average_delayed_qc.json",
"radar_TurquoiseCoast_velocity_hourly_averaged_delayed_qc.json",
)
DATASET_CONFIG_NC_ACORN_JSON = Path(DATASET_CONFIG_NC_ACORN_JSON)

Expand Down Expand Up @@ -59,7 +59,7 @@ def test_main(self, mock_parse_args):
)
self.assertTrue(
any(
"radar_TurquoiseCoast_velocity_hourly_average_delayed_qc.yaml"
"radar_TurquoiseCoast_velocity_hourly_averaged_delayed_qc.yaml"
in log
for log in captured_logs
)
Expand Down
2 changes: 1 addition & 1 deletion test_aodn_cloud_optimised/test_generic_zarr_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
DATASET_CONFIG_NC_ACORN_JSON = os.path.join(
ROOT_DIR,
"resources",
"radar_TurquoiseCoast_velocity_hourly_average_delayed_qc.json",
"radar_TurquoiseCoast_velocity_hourly_averaged_delayed_qc.json",
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
DATASET_CONFIG_NC_ACORN_JSON = os.path.join(
ROOT_DIR,
"resources",
"radar_TurquoiseCoast_velocity_hourly_average_delayed_qc.json",
"radar_TurquoiseCoast_velocity_hourly_averaged_delayed_qc.json",
)


Expand Down

0 comments on commit c68c2fb

Please sign in to comment.