Skip to content

Commit e776522

Browse files
committed
update tests as well
1 parent 9b5dd90 commit e776522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_common_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from src.dsa.various import find_common_tags
1+
from src.algorithms.string import find_common_tags
22

33
def test_common_tags_1() -> None:
44
articles_1 = [

tests/test_dsa_nodes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from src.dsa.nodes import find_cycle_vertices, find_node_clusters
2-
from src.dsa.caching_memoization import time_based_cache
1+
from src.algorithms.graph import find_cycle_vertices, find_node_clusters
2+
from src.algorithms.caching import time_based_cache
33
import time
44
import pytest
55

0 commit comments

Comments
 (0)