mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-15 01:25:00 +02:00
Fix typos (#446)
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func TestMerge(t *testing.T) {
|
||||
Convey("When not enought arguments", t, func() {
|
||||
Convey("When not enough arguments", t, func() {
|
||||
obj, err := objects.Merge(context.Background())
|
||||
|
||||
So(err, ShouldBeError)
|
||||
|
Reference in New Issue
Block a user