Skip to content

Commit a0ac6a9

Browse files
committed
fixing for 3.12 testsu
1 parent 2408e05 commit a0ac6a9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tests/test_ais_functions.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@
2020

2121
import pytest
2222

23-
from aiscot.ais_functions import get_aton, get_mid, get_known_craft, get_sar, get_crs, get_shipname
23+
import aiscot
24+
from aiscot.ais_functions import (
25+
get_aton,
26+
get_mid,
27+
get_known_craft,
28+
get_sar,
29+
get_crs,
30+
get_shipname,
31+
)
2432

2533

2634
__author__ = "Greg Albrecht <[email protected]>"
@@ -147,4 +155,3 @@ def test_get_shipname():
147155
"""Test getting shipname from db using `get_shipname()`."""
148156
assert get_shipname("303990000") == "USCG EAGLE"
149157
assert get_shipname("938852000") == ""
150-

0 commit comments

Comments
 (0)