Commit 55e9d42 1 parent 77bfb5e commit 55e9d42 Copy full SHA for 55e9d42
File tree 1 file changed +2
-2
lines changed
core/src/test/scala/ai/lum/odinson/events
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class TestEventsWithState extends OdinsonTest {
107
107
}
108
108
109
109
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 " )
111
111
112
112
val grammar = """
113
113
metadataFilters: doc_id == 'step-bros'
@@ -138,6 +138,6 @@ class TestEventsWithState extends OdinsonTest {
138
138
disableMatchSelector = false
139
139
).toVector
140
140
141
- getMentionsWithLabel(mentions, " EventBasedPersonRule" ) should have size (1 )
141
+ getMentionsWithLabel(mentions, " EventBasedPersonRule" ) should have size (0 )
142
142
}
143
143
}
You can’t perform that action at this time.
0 commit comments