Skip to content

Commit abdefd3

Browse files
authored
Merge pull request #457 from benthetechguy/tests
Use crate instead of bpaf in tests
2 parents 3a265c5 + 2956358 commit abdefd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn fallback_with_strange_args_produces_same_results() {
8585

8686
#[test]
8787
fn de_yoda() {
88-
use bpaf::*;
88+
use crate::*;
8989
let parser = construct!(a(short('a').switch()), b(short('b').switch())).to_options();
9090

9191
let r = parser.run_inner(&[]).unwrap();

0 commit comments

Comments
 (0)