Skip to content

Commit

Permalink
Fix warning in constraint-based runtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twright committed Dec 4, 2024
1 parent 6355417 commit 47eb193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/constraint_based_lola.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async fn test_simple_add_monitor() {
}

#[ignore = "Cannot have empty spec or inputs"]
#[tokio::test]
async fn test_runtime_initialization() {
let mut input_streams = input_empty();
let spec = lola_specification(&mut spec_empty()).unwrap();
Expand Down

0 comments on commit 47eb193

Please sign in to comment.