Skip to content

Commit

Permalink
test: Improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Jul 3, 2023
1 parent ab6106b commit 428a6ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/foundation/service_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ func TestUnimplementedServiceProvider(t *testing.T) {

assert.False(t, ok1)
assert.True(t, ok2)

sp2.Register(nil)
sp2.Boot(nil)
}

0 comments on commit 428a6ac

Please sign in to comment.