fix test expectation

This commit is contained in:
Zoltan Haindrich 2024-05-21 06:57:26 +00:00
parent ecdcd0f621
commit ad64784a29
1 changed files with 2 additions and 1 deletions

View File

@ -132,8 +132,9 @@ public class SqlTestFrameworkConfigTest
IAE.class,
() -> new SqlTestFrameworkConfig(configMap)
);
assertEquals(
"Invalid configuration key(s) specified [[nonExistent]]; valid options are [[NumMergeBuffers, MinTopNThreshold, ResultCache, ComponentSupplier]]",
"Invalid configuration key(s) specified [[nonExistent]]; valid options are [[numMergeBuffers, minTopNThreshold, resultCache, componentSupplier]]",
e.getMessage()
);
}