Skip to content

Commit

Permalink
fix typo in tests
Browse files Browse the repository at this point in the history
This will get a different meaning in 1.7. (ref JuliaLang/julia#33697)
  • Loading branch information
simeonschaub authored May 21, 2021
1 parent 06ca15e commit 49763ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mutation/apply.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

@test mm1.W == [5 0 0 0; 6 0 0 0]
@test mm2.W == [4 0 0; 5 0 0; 6 0 0]
@test mm3.W == [3 10 17; 0 0 0; ; 0 0 0; 0 0 0; 5 12 19; 0 0 0; 0 0 0]
@test mm3.W == [3 10 17; 0 0 0; 0 0 0; 0 0 0; 5 12 19; 0 0 0; 0 0 0]

Δnin(mmv3, [1, 5])
apply_mutation.((cc1, mmv1, mmv2, mmv3))
Expand Down

0 comments on commit 49763ce

Please sign in to comment.