Skip to content

Commit

Permalink
fix: disable test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Aug 16, 2023
1 parent b6b1570 commit dbeeb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
)

const delay = 500 * time.Millisecond
const delay = 0

func TestMainQuery(t *testing.T) {
clearOpts()
Expand Down

0 comments on commit dbeeb9a

Please sign in to comment.