Compare commits
3 commits
7aa0ce2e6a
...
de9f1ecd37
Author | SHA1 | Date | |
---|---|---|---|
de9f1ecd37 | |||
7c0da5dc3f | |||
f0daac76b4 |
2 changed files with 1 additions and 4 deletions
|
@ -46,7 +46,7 @@ fn when_history_has_expired_then_message_is_passed() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn when_history_has_unexpired_then_message_is_blocked() {
|
fn when_history_has_unexpired_then_message_is_blocked() {
|
||||||
let dur = Duration::from_millis(1);
|
let dur = Duration::from_secs(1);
|
||||||
let mut history = History::new(dur);
|
let mut history = History::new(dur);
|
||||||
|
|
||||||
let user_notification = UserNotification::RepoConfigLoadFailure {
|
let user_notification = UserNotification::RepoConfigLoadFailure {
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
//
|
//
|
||||||
#[cfg(feature = "tui")]
|
|
||||||
mod tui;
|
|
||||||
|
|
||||||
mod alerts;
|
mod alerts;
|
||||||
mod file_watcher;
|
mod file_watcher;
|
||||||
mod forge;
|
mod forge;
|
||||||
|
|
Loading…
Reference in a new issue