Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Jul 1, 2021
1 parent c8409b4 commit 62f2fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/method.jl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ end
@test no_hygiene[:name] == hygiene[:name]
@test length(no_hygiene[:args]) == 2
@test no_hygiene[:args][1] != hygiene[:args][1] # different Symbols
@test no_hygiene[:arg s][2] == hygiene[:args][2]
@test no_hygiene[:args][2] == hygiene[:args][2]

@test length(no_hygiene[:whereparams]) == 1
@test no_hygiene[:whereparams] != hygiene[:whereparams] # different Symbols
Expand Down

0 comments on commit 62f2fe9

Please sign in to comment.