Skip to content

Commit

Permalink
Add More Tests
Browse files Browse the repository at this point in the history
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
  • Loading branch information
rodneyosodo committed Jul 28, 2023
1 parent e4bf53e commit 970da5b
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bootstrap/redis/producer/streams.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ func (es *eventStore) DisconnectThingHandler(ctx context.Context, channelID, thi
}

ev := disconnectThingEvent{
channelID,
thingID,
channelID,
}

return es.Publish(ctx, ev)
Expand Down
Loading

0 comments on commit 970da5b

Please sign in to comment.