Skip to content

Commit

Permalink
Update pkg/pdatautil/hash_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Robert <crobert@splunk.com>
  • Loading branch information
SHaaD94 and crobert-1 authored Mar 26, 2024
1 parent 244ca03 commit b4e20e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pdatautil/hash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func TestMapHashSelectedKeys(t *testing.T) {
"maps %d %v and %d %v must have the same hash, then calculated with keys %v", i, tt.maps[i].AsRaw(), j, tt.maps[j].AsRaw(), tt.keys[i], tt.keys[j])
} else {
assert.NotEqual(t, MapHashSelectedKeys(tt.maps[i], tt.keys[i]), MapHashSelectedKeys(tt.maps[j], tt.keys[j]),
"maps %d %v and %d %v must have the different hashes, then calculated with keys %v and %v", i, tt.maps[i].AsRaw(), j, tt.maps[j].AsRaw(), tt.keys[i], tt.keys[j])
"maps %d %v and %d %v must have different hashes, then calculated with keys %v and %v", i, tt.maps[i].AsRaw(), j, tt.maps[j].AsRaw(), tt.keys[i], tt.keys[j])
}
}
}
Expand Down

0 comments on commit b4e20e9

Please sign in to comment.