1
0
Fork 0

Remove superfluous blank line

master
Philip O'Toole 3 years ago
parent 81cee7dd70
commit cb6d11ab4f

@ -150,7 +150,6 @@ func Test_SingleNodeConcurrentRequests(t *testing.T) {
var wg sync.WaitGroup
for i := 0; i < 200; i++ {
wg.Add(1)
go func() {
defer wg.Done()
resp, err := PostExecuteStmt(node.APIAddr, `INSERT INTO foo(name) VALUES("fiona")`)

Loading…
Cancel
Save