Skip to content

Commit

Permalink
Merge pull request #286 from SputNikPlop/unresult
Browse files Browse the repository at this point in the history
fix: unused result
  • Loading branch information
Xemdo committed Oct 30, 2023
2 parents 6d0f9ba + 08ea62f commit 3cc0427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/events/trigger/trigger_event_test.go
Expand Up @@ -172,6 +172,6 @@ func TestFire(t *testing.T) {
Verbose: false,
Count: 0,
}
res, err = Fire(params)
_, err = Fire(params)
a.NotNil(err)
}

0 comments on commit 3cc0427

Please sign in to comment.