Skip to content

Commit 0fb1a1d

Browse files
committed
Fixed error in tests
1 parent 500c3e4 commit 0fb1a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ end
417417
@test sum(dir.==5) == length(pits)
418418

419419
area_flow, dir_flow = WWF.waterflows(dem, drain_pits=true, bnd_as_sink=true)[[1,3]];
420-
@test sum(area.!=area_flow) == 78
420+
@test sum(area.!==area_flow) == 78
421421
@test sum(dir.!=dir_flow) == 1
422422
end
423423

0 commit comments

Comments
 (0)