Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Jul 16, 2024
1 parent dc66f8c commit d533216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end

@testset "getfields" begin
@test getfields(()) === ()
@test keys(getfields([])) == fieldnames(typeof([])))
@test keys(getfields([])) == fieldnames(typeof([]))
@test getfields(Empty()) === NamedTuple()
@test getfields(NamedTuple()) === NamedTuple()
@test getfields((10,20,30)) === (10,20,30)
Expand Down

0 comments on commit d533216

Please sign in to comment.