Skip to content

Commit

Permalink
test(client): add the limit field to the command object used for test…
Browse files Browse the repository at this point in the history
…ing purposes on the client test suite

86
  • Loading branch information
danvergara committed Dec 22, 2021
1 parent 289b1ff commit 0b183c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ func TestTableContent(t *testing.T) {
Port: port,
DBName: name,
SSL: "disable",
Limit: 100,
}

c, _ := New(opts)
Expand Down

0 comments on commit 0b183c4

Please sign in to comment.