Skip to content

Commit

Permalink
Fix Snowflake test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjian2664 authored and wendigo committed Mar 27, 2024
1 parent 03b2c72 commit 7f10d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public void testNativeQueryInsertStatementTableExists()
@Override
public void testCharTrailingSpace()
{
assertThatThrownBy(super::testCharVarcharComparison)
assertThatThrownBy(super::testCharTrailingSpace)
.hasMessageContaining("For query")
.hasMessageContaining("Actual rows")
.hasMessageContaining("Expected rows");
Expand Down

0 comments on commit 7f10d9f

Please sign in to comment.