Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Feb 6, 2025
1 parent 05e1b57 commit 1411e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/schemadiff/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func TestInvalidSchema(t *testing.T) {
schema: "CREATE TABLE t (id int, tm TIME, PRIMARY KEY (id, tm)) PARTITION BY RANGE COLUMNS (tm) (PARTITION p0 VALUES LESS THAN (1))",
expectErr: &UnsupportedRangeColumnsTypeError{Table: "t", Column: "tm", Type: "time"},
},
// constaint names
// constraint names
{
schema: `create table t1 (id int primary key, CONSTRAINT const_id CHECK (id > 0))`,
},
Expand Down

0 comments on commit 1411e43

Please sign in to comment.