Skip to content

Commit

Permalink
test udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Nov 29, 2024
1 parent d40f112 commit 0237781
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/capabilities/don_notifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ func TestDonNotifier_WaitForDon(t *testing.T) {
result, err := notifier.WaitForDon(ctx)
require.NoError(t, err)
assert.Equal(t, don, result)

result, err = notifier.WaitForDon(ctx)
require.NoError(t, err)
assert.Equal(t, don, result)
}

func TestDonNotifier_WaitForDon_ContextTimeout(t *testing.T) {
Expand Down

0 comments on commit 0237781

Please sign in to comment.