Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/stellar/solver/solver_coverage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func TestTerminateResolved(t *testing.T) {
if len(storage.notifications) != 1 {
t.Fatalf("notifications = %d, want 1", len(storage.notifications))
}
if storage.notifications[0].Title != "\u2726 Stellar resolved an issue" {
if storage.notifications[0].Title != "\u2746 Stellar resolved an issue" {
t.Fatalf("title = %q, want resolved title", storage.notifications[0].Title)
}
// Should broadcast solve_complete
Expand Down Expand Up @@ -453,7 +453,7 @@ func TestTerminateAllStatusTypes(t *testing.T) {
errStr: "",
expectNotifCount: 1,
expectSeverity: "info",
expectTitle: " Stellar resolved an issue",
expectTitle: "\u2746 Stellar resolved an issue",
},
{
name: "escalated status",
Expand Down
Loading