Skip to content

Commit

Permalink
sqlfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hourunze1997 committed Dec 31, 2024
1 parent fc9386f commit 75e7e89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions message/controller/message_request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@ func TestQueryInnerParamsQuickToCmd(t *testing.T) {

func TestMessageStatusToCmd(t *testing.T) {
req := &messageStatus{
Source: "status_source",
EventId: "event_123",
}

cmd, err := req.toCmd()
assert.NoError(t, err)
assert.Equal(t, "status_source", cmd.Source)
assert.Equal(t, "event_123", cmd.EventId)
}

0 comments on commit 75e7e89

Please sign in to comment.