Skip to content

Commit 46c256a

Browse files
chore: update test agent considering the initializer
1 parent f11b73e commit 46c256a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/agt/testAgent.asl

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<- lookupArtifact("operating_block_observer", OperatingBlockObserverId).
2020

2121
-?obtainObserver(OperatingBlockObserverId)
22-
<- makeArtifact("operating_block_observer", "artifact.environment.OperatingBlockObserverArtifact", [], OperatingBlockObserverId).
22+
<- .wait(100);
23+
?obtainObserver(OperatingBlockObserverId).
2324

2425

2526
{ include("$jacamoJar/templates/common-cartago.asl") }

0 commit comments

Comments
 (0)