Skip to content

Commit

Permalink
Update module_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Oct 5, 2022
1 parent 432c2dd commit d18ea0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ func TestModuleSuccess(t *testing.T) {
require.NoError(t, app.Err())

assert.Equal(t, []string{"Started", "Stopped"}, appSpy.EventTypes())
assert.Equal(t, []string{}, moduleSpy.EventTypes())
assert.Equal(t, 1, len(moduleSpy.EventTypes())
})

t.Run("module uses parent module's logger to log events", func(t *testing.T) {
Expand Down

0 comments on commit d18ea0c

Please sign in to comment.