Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Apr 15, 2024
1 parent d869eda commit b89233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/messages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestMessageStore_GetFullMessage(t *testing.T) {
}

// Mesage was deleted after access
msgs, err := store.ListMessages()
msgs, err := store.ListMessages("testuser")
if err != nil {
t.Fatalf("Expected no error, got %v", err)
}
Expand Down

0 comments on commit b89233a

Please sign in to comment.