Skip to content

Commit

Permalink
#406 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 10, 2023
1 parent a089bd5 commit 9cd1ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ local-repo/
.settings/
.classpath
.project
*.db
*.db
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void fetchesRealObjectFromAmazonBucket() throws Exception {
try {
MatcherAssert.assertThat(
ResourceMocker.toString(resource),
Matchers.startsWith("<DOCTYPE html>\n")
Matchers.startsWith("OCTYPE html>\n")
);
} finally {
resource.close();
Expand Down

0 comments on commit 9cd1ecc

Please sign in to comment.