Skip to content

Commit e5f437a

Browse files
AtulAtul
authored andcommitted
code updated as per folder structure
1 parent a197b4f commit e5f437a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from src.jobs.rules import evaluate_rules, WatcherState, RuleConfig
1+
from src.pipelines.rules import evaluate_rules, WatcherState, RuleConfig
22

33
BASE_EVENT = {
44
"event_id": "e1",

tests/test_watcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from src.jobs.rules import WatcherState
1+
from src.pipelines.rules import WatcherState
22

33

44
def test_watcher_state_initializes_user():

0 commit comments

Comments
 (0)