Skip to content

Commit

Permalink
Make room for get_underenhet()
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 16, 2023
1 parent 29d1186 commit efb9927
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from brreg import BrregRestError, enhetsregisteret

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


def test_get_enhet(httpx_mock: HTTPXMock) -> None:
Expand Down
Empty file.

0 comments on commit efb9927

Please sign in to comment.