Skip to content

Commit 55e9d42

Browse files
committed
Update test
1 parent 77bfb5e commit 55e9d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/scala/ai/lum/odinson/events/TestEventsWithState.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class TestEventsWithState extends OdinsonTest {
107107
}
108108

109109
it should "not match events referencing existing mentions when no in-memory state is used (metadataQuery invariant)" in {
110-
val ee = extractorEngineWithSpecificState(getDocument("step-bros"), "memory")
110+
val ee = extractorEngineWithSpecificState(getDocument("step-bros"), "mock")
111111

112112
val grammar = """
113113
metadataFilters: doc_id == 'step-bros'
@@ -138,6 +138,6 @@ class TestEventsWithState extends OdinsonTest {
138138
disableMatchSelector = false
139139
).toVector
140140

141-
getMentionsWithLabel(mentions, "EventBasedPersonRule") should have size (1)
141+
getMentionsWithLabel(mentions, "EventBasedPersonRule") should have size (0)
142142
}
143143
}

0 commit comments

Comments
 (0)