Skip to content

Commit 2d1378e

Browse files
authored
tests: Reformat mutation trace test attribute
Keep the Quint test macro invocation in rustfmt's canonical single-line format.
1 parent 78354f4 commit 2d1378e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • cli/src/services/mutation_trace/mbt

cli/src/services/mutation_trace/mbt/tests.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,7 @@ fn mutation_cursor_generated_traces_refine_rust_protocol() -> impl Driver {
157157
/// requiring a new hand-written Rust wrapper; the individually named tests
158158
/// above stay for readable `cargo test` failure output on the scenarios
159159
/// worth naming.
160-
#[quint_test(
161-
spec = "../spec/mutation_cursor.qnt",
162-
test = "test.*",
163-
max_samples = 1
164-
)]
160+
#[quint_test(spec = "../spec/mutation_cursor.qnt", test = "test.*", max_samples = 1)]
165161
fn mutation_cursor_all_named_scenarios_refine_rust_protocol() -> impl Driver {
166162
MutationCursorDriver::default()
167163
}

0 commit comments

Comments
 (0)