Skip to content

Commit 1788f83

Browse files
authored
Update test/Utilities/CleverDicts.jl
1 parent 7a132b6 commit 1788f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/CleverDicts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function test_convert()
265265
end
266266

267267
function test_inverse_hash()
268-
d = CleverDicts.CleverDict{Int,String}(identity, identity)
268+
d = CleverDicts.CleverDict{Int64,String}(identity, identity)
269269
key = CleverDicts.add_item(d, "a")
270270
@test d[key] == "a"
271271
return

0 commit comments

Comments
 (0)