Skip to content

Commit

Permalink
update api model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Raney committed Nov 19, 2021
1 parent 0ccff67 commit 6c97dab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_api_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
import pydantic
from hydroshare_jupyter_sync.models import api_models as m
from hydroshare_on_jupyter.models import api_models as m


@pytest.fixture
Expand All @@ -13,6 +13,8 @@ def resource_metadata():
resource_url="www.fake.org",
date_created="2021-01-01",
date_last_updated="2021-01-02",
creator="some creator",
authors=["some author"],
)


Expand Down

0 comments on commit 6c97dab

Please sign in to comment.