Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Nov 16, 2024
1 parent 8811f7d commit 2dd1c3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tests/sim_tests/vkey_sim_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ fn hold_for_duration() {
let result = simulate(CFG, "d:a u:a t:25 d:c u:c t:25").to_ascii();
assert_eq!("t:2ms dn:LGui t:23ms up:LGui", result);
let result = simulate(CFG, "d:a u:a t:25 d:b u:b t:25 d:b u:b t:60").to_ascii();
assert_eq!("t:2ms dn:LGui t:23ms dn:Kb1 t:1ms up:Kb1 t:24ms dn:Kb1 t:1ms up:Kb1 t:49ms up:LGui", result);
assert_eq!(
"t:2ms dn:LGui t:23ms dn:Kb1 t:1ms up:Kb1 t:24ms dn:Kb1 t:1ms up:Kb1 t:49ms up:LGui",
result
);
}

0 comments on commit 2dd1c3a

Please sign in to comment.