Skip to content

Commit

Permalink
test: Fix TomlConfigurationDefaultProviderTest
Browse files Browse the repository at this point in the history
Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem committed Jul 4, 2024
1 parent 4e8b951 commit 14cb125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public void invalidConfigMustThrow(final @TempDir Path temp) throws IOException
providerUnderTest.defaultValue(
OptionSpec.builder("an-option").type(String.class).build()))
.isInstanceOf(ParameterException.class)
.hasMessageContaining("Unable to read TOML configuration file");
.hasMessageContaining("Unable to read from empty TOML configuration file.");
}

@Test
Expand Down

0 comments on commit 14cb125

Please sign in to comment.