Skip to content

Commit 77a28d9

Browse files
committed
Alter cleanup metho
1 parent e48bccf commit 77a28d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • basyx.aasregistry/basyx.aasregistry-service-basetests/src/main/java/org/eclipse/digitaltwin/basyx/aasregistry/service/tests/integration

basyx.aasregistry/basyx.aasregistry-service-basetests/src/main/java/org/eclipse/digitaltwin/basyx/aasregistry/service/tests/integration/BaseIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public void setUp() throws Exception {
149149
initClient();
150150
adapter.skipMessages();
151151
cleanup();
152+
adapter.skipMessages();
152153
}
153154

154155

@@ -162,7 +163,6 @@ protected void cleanup() throws ApiException, InterruptedException, Deserializat
162163
api.deleteAssetAdministrationShellDescriptorById(eachDescriptor.getId());
163164
assertThatEventWasSend(RegistryEvent.builder().id(eachDescriptor.getId()).type(EventType.AAS_UNREGISTERED).build());
164165
}
165-
adapter.assertNoAdditionalMessages();
166166
}
167167

168168
@Test

0 commit comments

Comments
 (0)