File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# lstr
2
2
3
- [ ![ Build Status] ( https://github.com/bgreenwell/lstr/actions/workflows/rust .yml/badge.svg )] ( https://github.com/bgreenwell/lstr/actions )
3
+ [ ![ Build Status] ( https://github.com/bgreenwell/lstr/actions/workflows/ci .yml/badge.svg )] ( https://github.com/bgreenwell/lstr/actions )
4
4
[ ![ Latest Version] ( https://img.shields.io/crates/v/lstr.svg )] ( https://crates.io/crates/lstr )
5
5
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
6
6
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ fn restore_terminal<B: Backend + Write>(terminal: &mut Terminal<B>) -> anyhow::R
388
388
Ok ( ( ) )
389
389
}
390
390
391
- // ... ( Unit tests remain the same)
391
+ // Unit tests
392
392
#[ cfg( test) ]
393
393
mod tests {
394
394
use super :: * ;
You can’t perform that action at this time.
0 commit comments