Skip to content

Commit

Permalink
Update CarmaCloudMessageAmbassadorTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Apr 16, 2024
1 parent 6552ea4 commit 9b10ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void setUp() throws IOException, NoSuchFieldException, InternalFederateEx

// Set mocks as ambassador members through reflection or setters
ambassador = new CarmaCloudMessageAmbassador(new AmbassadorParameter("carmacloud",
temporaryFolder.newFile("carmacloud/carmacloud_config.json")));
temporaryFolder.newFile("carmacloud/carma-cloud_config.json")));

ambassador.setRtiAmbassador(rtiMock);
ambassador.setFederateDescriptor(handleMock);
Expand Down

0 comments on commit 9b10ea2

Please sign in to comment.