Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fkastner/NiceNumbers.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fkastner committed Mar 13, 2020
2 parents da8b3fb + fc816e1 commit e659e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Expand Up @@ -59,6 +59,7 @@ using Test, LinearAlgebra
@test NiceNumber(5, 1, 2) < 7
@test NiceNumber(5, 1, 2) > 5
@test NiceNumber(13, 3, 7) == 13 + 3 * 7
@test 13 + 3 * 7 == NiceNumber(13, 3, 7)
end

@testset "Conversion" begin
Expand Down

2 comments on commit e659e49

@fkastner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/10912

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" e659e490cffbc53590298da957be74884e62a3d0
git push origin v0.1.0

Please sign in to comment.