Skip to content

Commit

Permalink
It's 2020 (and I need to fix that test)
Browse files Browse the repository at this point in the history
  • Loading branch information
raftario authored Jan 9, 2020
1 parent 1242476 commit 77ae1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn license_and_name() {
.assert()
.success()
.stdout(predicates::str::starts_with(
"MIT License Copyright (c) 2019 Raphaël Thériault\n",
"MIT License Copyright (c) 2020 Raphaël Thériault\n",
))
.stderr(predicates::str::is_empty());
}
Expand Down

0 comments on commit 77ae1ea

Please sign in to comment.