Skip to content

Commit 91653e6

Browse files
committed
nit
1 parent d3d00ef commit 91653e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-common/src/test/java/org/apache/fluss/metadata/TableSchemaTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void testAutoIncrementColumnSchema() {
8686
.build())
8787
.isInstanceOf(IllegalStateException.class)
8888
.hasMessage(
89-
"Auto increment column f4 does not exist in table columns [f0, f1, f3]");
89+
"Auto increment column f4 does not exist in table columns [f0, f1, f3].");
9090
assertThatThrownBy(
9191
() ->
9292
Schema.newBuilder()

0 commit comments

Comments
 (0)