Skip to content

Commit

Permalink
Update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Bovtunov committed Feb 13, 2021
1 parent 703206e commit 5a2e718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@ func TestContainer_Inject(t *testing.T) {
require.Equal(t, fmt.Sprintf("%p", mux), fmt.Sprintf("%p", it.Mux))
})

// todo: https://github.com/goava/di/issues/29
t.Run("constructor with injectable embed pointer", func(t *testing.T) {
c, err := di.New()
require.NoError(t, err)
Expand Down

0 comments on commit 5a2e718

Please sign in to comment.