fix: test cases change

This commit is contained in:
rupinder-syngh
2025-04-04 19:53:27 +05:30
parent 4d6da32a97
commit 59c35702cb
2 changed files with 27 additions and 29 deletions

View File

@@ -17,8 +17,6 @@ import (
"github.com/beckn/beckn-onix/pkg/plugin/definition"
)
// TODO: Add unit tests for the plugin manager functions to ensure proper functionality and error handling.
type onixPlugin interface {
Lookup(string) (plugin.Symbol, error)
}