Skip to content

Commit

Permalink
Remove a dependancy from the test coz test use static ID for eventmes…
Browse files Browse the repository at this point in the history
…sageID
  • Loading branch information
BarryCarlyon committed Jul 2, 2024
1 parent 5b3a96d commit 64a102e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/events/trigger/retrigger_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (

"github.com/twitchdev/twitch-cli/internal/models"
"github.com/twitchdev/twitch-cli/test_setup"
"github.com/twitchdev/twitch-cli/internal/util"
)

func TestRefireEvent(t *testing.T) {
Expand All @@ -25,7 +24,7 @@ func TestRefireEvent(t *testing.T) {
}))
defer ts.Close()

var eventMessageID = util.RandomGUID();
var eventMessageID = "testtriggereventid";

params := TriggerParameters{
Event: "gift",
Expand Down

0 comments on commit 64a102e

Please sign in to comment.