Files
Notes/notes-service/vendor/serial_test/tests/tests.rs
T
2026-08-01 16:11:49 +03:00

9 lines
157 B
Rust

use serial_test::local_serial_core;
#[test]
fn test_empty_serial_call() {
local_serial_core(vec!["beta"], None, || {
println!("Bar");
});
}