Skip to content

Commit

Permalink
test: empty inkfile param
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkal committed Aug 5, 2020
1 parent 15fa41e commit 9e5dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Expand Up @@ -174,7 +174,7 @@ mod when_no_inkfile_found_in_current_directory {

#[test]
fn logs_warning_about_missing_inkfile() {
common::run_inkjet(&PathBuf::from("./inkjet.md"))
common::run_inkjet(&PathBuf::from(""))
.current_dir("/tmp")
.command("-V")
.assert()
Expand Down

0 comments on commit 9e5dbdd

Please sign in to comment.