Skip to content

Commit

Permalink
Follow upstream renames
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 8, 2019
1 parent b089bec commit 95157e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ deps = ["Random"]
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"

[[InitialValues]]
git-tree-sha1 = "84359976159196f4caa2701e4433939cf2290a37"
git-tree-sha1 = "00fc3631033606a66b6eebce4b020ad21abd5243"
repo-rev = "master"
repo-url = "https://github.com/tkf/InitialValues.jl"
uuid = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
Expand Down
6 changes: 3 additions & 3 deletions test/test_initials.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module TestInitialValues

include("preamble.jl")
using InitialValues: Init, hasinitial
using InitialValues: Init, hasinitialvalue

@testset begin
@test hasinitial(push!!)
@test hasinitial(append!!)
@test hasinitialvalue(push!!)
@test hasinitialvalue(append!!)
@test push!!(Init(push!!), 1) == [1]
@test append!!(Init(append!!), [1]) == [1]
end
Expand Down

0 comments on commit 95157e2

Please sign in to comment.