Skip to content

Commit

Permalink
fix: glitch in the empty block emoji
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Ketmo <[email protected]>
  • Loading branch information
quertc and MattKetmo authored Nov 20, 2024
1 parent b6779cc commit 6bb50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/watcher/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func TestBlockWatcher(t *testing.T) {
`#41 1/2 validators ✅ Kiln`,
`#42 2/2 validators ✅ Kiln`,
`#43 2/2 validators 👑 Kiln`,
`#44 2/2 validators 🫧 Kiln`,
`#44 2/2 validators 🟡 Kiln`,
}, "\n")+"\n",
blockWatcher.writer.(*bytes.Buffer).String(),
)
Expand Down

0 comments on commit 6bb50df

Please sign in to comment.