Skip to content

Commit

Permalink
Actually test provide
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Shah committed May 25, 2017
1 parent 681170a commit 242333a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,4 +581,5 @@ func TestZeroValueOnProvide(t *testing.T) {

var p *provided
assert.NoError(t, c.Resolve(&p), "unexpected error resolving provided type")
assert.NotNil(t, p, "expected constructor to provide non-nil instance")
}

0 comments on commit 242333a

Please sign in to comment.