Skip to content

Commit

Permalink
Fix unit tests re: rev 94698f8
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Feb 2, 2021
1 parent 916c942 commit 498906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workers/test_get_NeahBay_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_ssh_sections(self, prod_config):
)
assert (
ssh["neah bay hourly"]
== "Neah Bay_1h_tidal_prediction_01-Jan-2013_31-Dec-2020.csv"
== "Neah Bay Hourly_tidal_prediction_30-Dec-2006_31-Dec-2030.csv"
)
assert ssh["ssh dir"] == "/results/forcing/sshNeahBay/"
assert ssh["file template"] == "ssh_{:y%Ym%md%d}.nc"
Expand Down

0 comments on commit 498906b

Please sign in to comment.