Skip to content

Commit

Permalink
oops, fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Sep 14, 2022
1 parent 9ad0e67 commit 25f38e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jsonnet/imports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ func BenchmarkGetSnippetHash(b *testing.B) {
fileHashes = sync.Map{}
hash, err := getSnippetHash(vm, filepath.Join(tempDir, "main.jsonnet"), string(content))
require.NoError(b, err)
require.Equal(b, "S2PQwBobyEP1_1H5ATuPMzv3Zej9hzcGoUmtZj_2JM4=", hash)
require.Equal(b, "XrkW8N2EvkFMvdIuHTsGsQespVUl9_xiFmM7v1mqX5s=", hash)
}
}

0 comments on commit 25f38e7

Please sign in to comment.