Skip to content

Commit

Permalink
Update pkg/resources/resource_monitor_internal_test.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Ryan King <[email protected]>
  • Loading branch information
sjauld and ryanking authored Jul 31, 2019
1 parent c53717c commit 9752614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resources/resource_monitor_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
)

func TestExtractTriggerInts(t *testing.T) {
// TODO rewrite to use testify/assert
resp := sql.NullString{"51%,63%", true}
out, err := extractTriggerInts(resp)
if err != nil {
Expand Down

0 comments on commit 9752614

Please sign in to comment.