Skip to content

Commit b7136ef

Browse files
authored
Update auto_increment_overflow_test.go
1 parent 93f17ae commit b7136ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/auto_increment_overflow_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Dolthub, Inc.
1+
// Copyright 2025 Dolthub, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -111,4 +111,4 @@ var AutoIncrementOverflowErrorTests = []QueryErrorTest{
111111
Query: "INSERT INTO test_bigint (value) VALUES ('test_overflow')",
112112
ExpectedErr: sql.ErrPrimaryKeyViolation,
113113
},
114-
}
114+
}

0 commit comments

Comments
 (0)