Skip to content

Commit

Permalink
Update client/filejsonstore/filejsonstore_test.go
Browse files Browse the repository at this point in the history
Fixed spelling error found during review.

Co-authored-by: Joshua Lock <jlock@vmware.com>
Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
  • Loading branch information
kommendorkapten and joshuagl committed Aug 3, 2022
1 parent 45fd95a commit b7eb7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/filejsonstore/filejsonstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type RawJSONStoreSuite struct{}

var _ = check.Suite(&RawJSONStoreSuite{})

// Hook up gocheck into the "go test" runnder
// Hook up gocheck into the "go test" runner
func Test(t *testing.T) { check.TestingT(t) }

func (RawJSONStoreSuite) TestNewOk(c *check.C) {
Expand Down

0 comments on commit b7eb7bd

Please sign in to comment.