Skip to content

Commit

Permalink
Fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jun 24, 2024
1 parent 1fd7e16 commit 23c01a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ func TestStartDoesNotRegisterSignals(t *testing.T) {
assert.False(t, calledNotify, "notify should not be called when app starts")

_ = app.Wait() // User signals intent have fx listen for signals. This should call notify
assert.True(t, calledNotify, "notify should not be called when app starts")
assert.True(t, calledNotify, "notify should be called after Wait")
}

0 comments on commit 23c01a8

Please sign in to comment.