Skip to content

Commit 67d0bc4

Browse files
committed
typos fixed
1 parent 42ac090 commit 67d0bc4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/test/java/org/eolang/lints/units/LtUnitTestWithoutLiveFileTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void catchesAbsenceOfLiveFile() {
5555
@Test
5656
void acceptsValidPackage() {
5757
MatcherAssert.assertThat(
58-
"Defects are not emtpy, but they should",
58+
"Defects are not empty, but they should",
5959
new LtUnitTestWithoutLiveFile().defects(
6060
new MapOf<String, XML>(
6161
new MapEntry<>("foo-test", new XMLDocument("<program/>")),

src/test/resources/org/eolang/lints/packs/broken-alias-second/broken-second.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ input: |
2929
+alias good Capital.Letters.Prohibited.Here
3030
+alias good Should.Be.Small
3131
+alias good 0.1.2
32-
+alias good thiS.IS.2
32+
+alias good theS.IS.2
3333
3434
# Test.
3535
[] > foo

src/test/resources/org/eolang/lints/packs/empty-object/catches-empty-with-wierd-line.yaml renamed to src/test/resources/org/eolang/lints/packs/empty-object/catches-empty-with-weird-line.yaml

File renamed without changes.

src/test/resources/org/eolang/lints/packs/incorrect-package/allows-uppercase-letters-in-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ asserts:
2727
input: |
2828
+package Foo
2929
+package Hello.WorLd
30-
+package baR.XYZ
30+
+package byR.XYZ
3131
3232
# Test.
3333
[] > foo

0 commit comments

Comments
 (0)