Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Nov 1, 2023
1 parent fdf27d5 commit c2155af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/version.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ end
let v = v"4.2.1-1.x+a.9"
@test v.major isa Integer
@test v.minor isa Integer
@test v.micro isa Integer
@test v.patch isa Integer
@test v.prerelease isa Tuple{Vararg{Union{Integer, AbstractString}}}
@test v.build isa Tuple{Vararg{Union{Integer, AbstractString}}}
end
Expand Down

0 comments on commit c2155af

Please sign in to comment.