Skip to content

Commit

Permalink
Fixed Typo (#2533)
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Castrence <[email protected]>

Co-authored-by: Julian Castrence <[email protected]>
  • Loading branch information
jcastrence and jrc-ibm authored Apr 5, 2021
1 parent c7dc5d7 commit dead74f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ var testNewHashFunc = func() (hash.Hash, error) {
func TestSnapshot(t *testing.T) {
for _, env := range testEnvs {
t.Run(env.GetName(), func(t *testing.T) {
testSanpshot(t, env)
testSnapshot(t, env)
})
}
}

func testSanpshot(t *testing.T, env TestEnv) {
func testSnapshot(t *testing.T, env TestEnv) {
// generateSampleData returns a slice of KVs. The returned value contains five KVs for each of the namespaces
generateSampleData := func(namespaces ...string) []*statedb.VersionedKV {
sampleData := []*statedb.VersionedKV{}
Expand Down

0 comments on commit dead74f

Please sign in to comment.