Skip to content

Commit

Permalink
Merge pull request #20 from englhardt/fix-mvhistory-helper-function-test
Browse files Browse the repository at this point in the history
Fix mvhistory helper function test.
  • Loading branch information
Evizero committed Aug 16, 2018
2 parents 81e8678 + 167a063 commit 503b193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tst_mvhistory.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
for k in keys(_history)
@test k in [:myf, :myint, :myint2]
end
@test values(_history, :myf) == numbers + 1
@test values(_history, :myf) == numbers .+ 1
@test_throws KeyError values(_history, :abc)
@test first(_history, :myf) == (-10, -9)
@test last(_history, :myf) == (100, 101)
Expand Down

0 comments on commit 503b193

Please sign in to comment.