Skip to content

Commit 06bf9c8

Browse files
committed
Adding simple carrier functionality, tests and docs.
1 parent f589693 commit 06bf9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cohda/cohda_sc_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ end
2424

2525
wait(start_distributed_optimization([actor_one, actor_two], initial_message))
2626

27-
@test actor_one.actor.memory.solution_candidate.perf < 0
27+
@test actor_one.memory.solution_candidate.perf < 0
2828
end

0 commit comments

Comments
 (0)