Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond committed Nov 13, 2023
1 parent 27b8e43 commit 35784f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/history/history_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestHistory(t *testing.T) {

request := &Request{
Key: "key",
Channel: "a/b/c/",
Channel: "key/a/b/c/",
}

// Prepare the request
Expand All @@ -57,7 +57,7 @@ func TestHistory(t *testing.T) {
for i := 0; i < 1; i++ {
store.Store(&message.Message{
ID: message.NewID(ssid),
Channel: []byte("a/b/c/?ttl=30"),
Channel: []byte("a/b/c/"),
Payload: []byte("hello"),
TTL: 30,
})
Expand Down

0 comments on commit 35784f2

Please sign in to comment.