mirror of
https://github.com/MontFerret/ferret.git
synced 2025-11-29 22:17:29 +02:00
Feature/#106 fmt function (#151)
This commit is contained in:
@@ -2,7 +2,6 @@ package objects_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
"github.com/MontFerret/ferret/pkg/runtime/values"
|
||||
@@ -131,7 +130,6 @@ func TestMergeRecursive(t *testing.T) {
|
||||
|
||||
actual, err := objects.MergeRecursive(context.Background(), obj1, obj2)
|
||||
|
||||
log.Println(actual)
|
||||
So(err, ShouldBeNil)
|
||||
So(actual.Compare(expected), ShouldEqual, 0)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user