Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oleflb committed Nov 2, 2024
1 parent bce480a commit 3b66f73
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/twix/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ mod tests {
[keys]
C-a = "focus_left"
C-S-a = "reconnect"
[naos]
lowest = 1
highest = 2
"#,
)
.unwrap();
Expand All @@ -101,6 +105,10 @@ mod tests {
[keys]
C-b = "focus_left"
C-A = "focus_right"
[naos]
lowest = 3
highest = 4
"#,
)
.unwrap();
Expand All @@ -115,6 +123,10 @@ mod tests {
C-a = "focus_left"
C-A = "focus_right"
C-b = "focus_left"
[naos]
lowest = 1
highest = 2
"#
)
.unwrap()
Expand Down

0 comments on commit 3b66f73

Please sign in to comment.