Skip to content

Commit

Permalink
Add some test combinations in ReadCompositeTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Oct 18, 2023
1 parent 38b3d91 commit 960e4f9
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -68,6 +68,8 @@ static Stream<Arguments> transports() {
// {request content format, response content format}
{ ContentFormat.SENML_JSON, ContentFormat.SENML_JSON }, //
{ ContentFormat.SENML_CBOR, ContentFormat.SENML_CBOR }, //
{ ContentFormat.SENML_CBOR, ContentFormat.SENML_JSON }, //
{ ContentFormat.SENML_JSON, ContentFormat.SENML_CBOR }, //
};

// for each transport, create 1 test by format.
Expand Down

0 comments on commit 960e4f9

Please sign in to comment.