Skip to content

Commit

Permalink
Merge pull request #263 from jwjacobson/my_branch
Browse files Browse the repository at this point in the history
Fix import on test_models
  • Loading branch information
jwjacobson authored Apr 11, 2024
2 parents dbff9e3 + 8a22333 commit 5f82c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import pytest # noqa

from tune.models import Tune


Expand All @@ -21,7 +23,6 @@ def test_tune_field_access():
assert tune.style == "standard"
assert tune.meter == 4
assert tune.year == 2023
breakpoint()


def test_tune_defaults():
Expand Down

0 comments on commit 5f82c87

Please sign in to comment.