Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3vilhamster committed Nov 1, 2024
1 parent 742ea30 commit cf98af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/auto_heartbeater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestAutoHearbeater_Run(t *testing.T) {
)

// Run is a sync function that is spawned in a goroutine normally.
// So instead of asserting the results we can verify that the function exists.
// So instead of asserting the results we can verify that the function exits.

t.Run("worker stop channel", func(t *testing.T) {
stopCh := make(chan struct{})
Expand Down

0 comments on commit cf98af2

Please sign in to comment.