Skip to content

Commit

Permalink
added test for newProcessor function
Browse files Browse the repository at this point in the history
Signed-off-by: satyazzz123 <[email protected]>
  • Loading branch information
satyazzz123 committed Dec 15, 2023
1 parent 67f2a0b commit c079e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)

func TestNewProcessor(t *testing.T) {
t.Run("test newProcessor", func(t *testing.T) {
t.Run("checks for a processor instance with given options", func(t *testing.T) {
// Create a sample options struct
mockOptions := options{
processFileCallBack: func(sourcecFilePath, destinationFilePath string, config interface{}) (err error) {
Expand Down

0 comments on commit c079e62

Please sign in to comment.