Skip to content

Commit 67ba3af

Browse files
authored
Merge pull request #8618 from mP1/feature/SpreadsheetMetadataTestCase-testSpreadsheetValidatorContextWithNullIndentationFails-was-testSpreadsheetValidatorContextWithNullIndentationContextFails
SpreadsheetMetadataTestCase.testSpreadsheetValidatorContextWithNullIn…
2 parents 73c1a0e + c49ed6c commit 67ba3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/walkingkooka/spreadsheet/meta/SpreadsheetMetadataTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ public final void testSpreadsheetValidatorContextWithNullCurrentWorkingDirectory
836836
}
837837

838838
@Test
839-
public final void testSpreadsheetValidatorContextWithNullIndentationContextFails() {
839+
public final void testSpreadsheetValidatorContextWithNullIndentationFails() {
840840
assertThrows(
841841
NullPointerException.class,
842842
() -> this.createObject()

0 commit comments

Comments
 (0)