Skip to content

Commit 845a471

Browse files
committed
#2089 typo
1 parent b6cf342 commit 845a471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eo-maven-plugin/src/test/java/org/eolang/maven/LatexTemplateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void removesRedundantPartsInCode() {
9999
)
100100
).asString();
101101
MatcherAssert.assertThat(
102-
"License header should not be present in the output",
102+
"License header shoud not be present in the output",
103103
output,
104104
Matchers.not(Matchers.containsString("The MIT License"))
105105
);

0 commit comments

Comments
 (0)