Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Apr 7, 2023
1 parent a146614 commit e651df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_015_metbase.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import nlmod
from pathlib import Path

data_path = Path(__file__).parent / "data"
data_path = Path(__file__) / "data"


def test_read_meteobase() -> None:
Expand Down

0 comments on commit e651df1

Please sign in to comment.