Skip to content

Commit 5df3ff8

Browse files
committed
update test bug
1 parent cb2d442 commit 5df3ff8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_canadian.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
class TestHRDPS:
34-
def test_hrdps_download():
34+
def test_hrdps_download(self):
3535
H = Herbie(
3636
yesterday_12z,
3737
model="hrdps",
@@ -46,7 +46,7 @@ def test_hrdps_download():
4646
assert H.get_localFilePath().exists()
4747
f.unlink()
4848

49-
def test_hrdps_north_download():
49+
def test_hrdps_north_download(self):
5050
H = Herbie(
5151
yesterday_12z,
5252
model="hrdps",
@@ -61,7 +61,7 @@ def test_hrdps_north_download():
6161
assert H.get_localFilePath().exists()
6262
f.unlink()
6363

64-
def test_hrdps_xarray():
64+
def test_hrdps_xarray(self):
6565
H = Herbie(
6666
yesterday,
6767
model="hrdps",
@@ -78,7 +78,7 @@ def test_hrdps_xarray():
7878

7979

8080
class TestRDPS:
81-
def test_rdps_download():
81+
def test_rdps_download(self):
8282
H = Herbie(
8383
yesterday_12z,
8484
model="rdps",

0 commit comments

Comments
 (0)