Skip to content

Commit 3fecd92

Browse files
committed
fix static check
1 parent f635e9b commit 3fecd92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testing/go/framework.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ import (
5353
// rather than starting a doltgres server.
5454
const runOnPostgres = false
5555

56-
// currentPort is a port number that is currently in use. It's for tests only.
57-
var currentPort = 5432
58-
5956
// ScriptTest defines a consistent structure for testing queries.
6057
type ScriptTest struct {
6158
// Name of the script.

0 commit comments

Comments
 (0)