Skip to content

Commit

Permalink
added assert to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Mar 1, 2024
1 parent 8bfd021 commit ed1c6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/cip4/bambi/core/XMLDeviceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public void testGetQueue()
final BambiTestDevice d = new BambiTestDevice();
final XMLDevice xd = d.getXMLDevice(true, new ContainerRequest());
xd.addQueueInfo(KElement.createRoot("foo"));
assertNotNull(xd.getRoot());
}

}

0 comments on commit ed1c6d8

Please sign in to comment.