something else to test for command::in

This commit is contained in:
Abraham Toriz 2021-06-29 12:03:25 -05:00
parent c7de36e3f8
commit 2e06994314
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ mod tests {
InCommand::handle(args, &mut d, &mut out, &mut err, &Default::default()).unwrap();
assert!(false, "there are still no entries");
assert!(false, "a message is issued to the user warning a running entry in this sheet");
}
#[test]