Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YS-L committed Sep 15, 2024
1 parent 23b825e commit 1c1a4c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1814,10 +1814,10 @@ mod tests {
" LatD LatM [▴] LatS NS LonD LonM LonS EW C… ",
"─────┬──────────────────────────────────────────────────────────────────────────",
"118 │ 44 1 12 N 92 27 35 W R… ",
"56 │ 43 2 59 N 76 9 0 W S… ",
"49 │ 39 2 59 N 95 40 11 W T… ",
"56 │ 43 2 59 N 76 9 0 W S… ",
"16 │ 40 4 11 N 80 43 12 W W… ",
"29 │ 46 4 11 N 118 19 48 W W… ",
"83 │ 32 4 48 N 81 5 23 W S… ",
"─────┴──────────────────────────────────────────────────────────────────────────",
"stdin [Row 118/128, Col 1/10] ",
];
Expand All @@ -1834,9 +1834,9 @@ mod tests {
"─────┬──────────────────────────────────────────────────────────────────────────",
"59 │ 40 59 24 N 75 11 24 W S… ",
"24 │ 43 58 47 N 75 55 11 W W… ",
"53 │ 27 57 0 N 82 26 59 W T… ",
"103 │ 44 57 0 N 93 5 59 W S… ",
"21 │ 44 57 35 N 89 38 23 W W… ",
"60 │ 37 57 35 N 121 17 24 W S… ",
"─────┴──────────────────────────────────────────────────────────────────────────",
"stdin [Row 59/128, Col 1/10] ",
];
Expand Down Expand Up @@ -1880,8 +1880,8 @@ mod tests {
"────┬──────────────────────────────────────────────────┬────────────────────────",
"94 │ 34 6 36 San Bernardino │ ",
"90 │ 37 20 24 San Jose │ ",
"95 │ 29 25 12 San Antonio │ ",
"88 │ 34 25 11 Santa Barbara │ ",
"95 │ 29 25 12 San Antonio │ ",
"86 │ 38 26 23 Santa Rosa │ ",
"────┴──────────────────────────────────────────────────┴────────────────────────",
"stdin [Row 94/128, Col 1/4] [Filter \"San\": 1/11] [Filter \"Lat|City\": 4/10 cols] ",
Expand Down

0 comments on commit 1c1a4c5

Please sign in to comment.