Skip to content

Commit

Permalink
Update CarmaCloudInstanceManagerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegersp authored May 1, 2024
1 parent 4c0f71e commit c70096e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public void testOnNewRegistration() {
// Set up the registration object
CarmaCloudRegistrationMessage registration = new CarmaCloudRegistrationMessage(carmacloudId, carmacloudUrl);

// Ensure checkIfRegistered returns false for CARMA Cloud id before registering
assertFalse(manager.checkIfRegistered(carmacloudId));
// Call the onNewRegistration method with the mocked registration object
manager.onNewRegistration(registration);

Expand Down

0 comments on commit c70096e

Please sign in to comment.