Skip to content

Commit

Permalink
fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed May 21, 2024
1 parent ecdcd0f commit ad64784
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ public void testInvalidConfigKeySpecified()
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()
);
}
Expand Down

0 comments on commit ad64784

Please sign in to comment.