Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Feb 9, 2022
1 parent 1897882 commit 6b2f248
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) 2021 Raphaël Thériault\n",
"MIT License Copyright (c) 2022 Raphaël Thériault\n",
))
.stderr(predicates::str::is_empty());
}
Expand Down

0 comments on commit 6b2f248

Please sign in to comment.