1
0
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:
John Bampton
2020-02-02 14:44:31 +10:00
committed by GitHub
parent 453ba932eb
commit 568c48ea71
14 changed files with 38 additions and 38 deletions

View File

@ -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)