Skip to content

Commit

Permalink
dont delete so
Browse files Browse the repository at this point in the history
  • Loading branch information
rian committed Aug 13, 2024
1 parent 952a9b3 commit 6d447d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ func TestPluginLoad(t *testing.T) {
require.NotNil(t, junoPluginInstance, "Plugin was not loaded correctly")
require.Nil(t, junoPluginInstance.NewBlock(nil, nil, nil))
require.Nil(t, junoPluginInstance.RevertBlock(nil, nil, nil))
require.Nil(t, os.Remove(pluginSOPath))
}

0 comments on commit 6d447d5

Please sign in to comment.