Skip to content

Commit

Permalink
Add test for Close
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Dec 10, 2021
1 parent f0e8785 commit 5c24f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/storage/grpc/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ func TestWithConfiguration(t *testing.T) {
assert.Equal(t, f.options.Configuration.PluginBinary, "noop-grpc-plugin")
assert.Equal(t, f.options.Configuration.PluginConfigurationFile, "config.json")
assert.Equal(t, f.options.Configuration.PluginLogLevel, "debug")
assert.NoError(t, f.Close())
}

func TestInitFromOptions(t *testing.T) {
Expand Down

0 comments on commit 5c24f6e

Please sign in to comment.