Skip to content

Commit

Permalink
fix: TestBatchedStatement gets the wrong port
Browse files Browse the repository at this point in the history
  • Loading branch information
Fontinalis committed Apr 29, 2022
1 parent 46cd8ad commit 6f68a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/sqlserver/sqlserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func TestMultiStatement(t *testing.T) {

func TestBatchedStatement(t *testing.T) {
dktesting.ParallelTest(t, specs, func(t *testing.T, c dktest.ContainerInfo) {
ip, port, err := c.FirstPort()
ip, port, err := c.Port(defaultPort)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 6f68a38

Please sign in to comment.