Skip to content

Commit 0f2d150

Browse files
committed
Fix a typo in test
1 parent a662631 commit 0f2d150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_blockdeque.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454
"no length" => (x for x in 6:9 if x > 0),
5555
]
5656
dest = mortar([[1, 2, 3], [4, 5]])
57-
@test append!(dest, src) === dest
57+
@test append!(dest, itr) === dest
5858
@test dest == 1:9
5959
end
6060
end

0 commit comments

Comments
 (0)