Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Gowda committed May 27, 2018
1 parent 6ddaaa6 commit 3ce7dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/array.jl
Expand Up @@ -203,7 +203,7 @@ end
@test Dagger.tochunk(x) === x
f = MemPool.FileRef("/tmp/d", aff[1][2])
aff = Dagger.affinity(f)
@test length(aff) == 1
@test length(aff) == 3
@test (aff[1][1]).pid in procs()
@test aff[1][2] == sizeof(Int)*10
end
Expand Down

0 comments on commit 3ce7dd6

Please sign in to comment.