Skip to content

Commit eee7989

Browse files
committed
Updated test util
Signed-off-by: Marvin Hansen <[email protected]>
1 parent e1bfa38 commit eee7989

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

deep_causality/src/utils_test/test_utils_generator.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,6 @@ mod tests {
206206
let context: TestContext = TestContext::with_capacity(1, "Test Context", 10);
207207

208208
let result = generator.generate(&trigger, &context);
209-
210209
assert!(result.is_ok());
211-
match result.unwrap() {
212-
GenerativeOutput::NoOp => {
213-
// This is the expected outcome
214-
}
215-
_ => {
216-
panic!("DummyGenerator should always return GenerativeOutput::NoOp");
217-
}
218-
}
219210
}
220211
}

0 commit comments

Comments
 (0)