Skip to content

Commit

Permalink
Merge pull request #68 from fabaff/patch-1
Browse files Browse the repository at this point in the history
Update year
  • Loading branch information
raftario authored Jan 30, 2023
2 parents 1897882 + 6b2f248 commit ca3a146
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 ca3a146

Please sign in to comment.