1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-11-25 22:01:39 +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 TestKeepKeys(t *testing.T) {
Convey("When not enought arguments)", t, func() {
Convey("When not enough arguments)", t, func() {
// there is no object
obj, err := objects.KeepKeys(context.Background())