Skip to content

Commit

Permalink
Use java-coap provider in DeleteClientOnlyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Oct 27, 2023
1 parent 4fb816e commit d3cd591
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public class DeleteClientOnlyTest {
static Stream<org.junit.jupiter.params.provider.Arguments> transports() {
return Stream.of(//
// ProtocolUsed - Client Endpoint Provider
arguments(Protocol.COAP, "Californium"));
arguments(Protocol.COAP, "Californium"), //
arguments(Protocol.COAP, "java-coap"));
}

/*---------------------------------/
Expand Down

0 comments on commit d3cd591

Please sign in to comment.