Skip to content

Commit

Permalink
update tests to point to the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Apr 10, 2021
1 parent dacf072 commit 00d0832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_card.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from src.amdfan.amdfan import Card
from amdfan.amdfan import Card


pwm_max = 250
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest

from click.testing import CliRunner
from src.amdfan.amdfan import cli
from amdfan.amdfan import cli


class TestCli(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_curve.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from src.amdfan.amdfan import Curve
from amdfan.amdfan import Curve


class TestCurve(unittest.TestCase):
Expand Down

0 comments on commit 00d0832

Please sign in to comment.