Skip to content

Commit 3bce681

Browse files
committed
fix test
1 parent 9fe6467 commit 3bce681

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_foo.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
"""Tests for the foo module."""
22

33
from tariff_fetch.foo import hello_world
4-
from tariff_fetch.genability.tariffs import a
54

65

76
def test_hello_world():
87
"""Test the hello_world function."""
98
result = hello_world()
109
assert result == "Hello, World!"
11-
12-
13-
def test_a():
14-
a(b="3")

0 commit comments

Comments
 (0)