Skip to content

Commit

Permalink
adding suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Lukas <[email protected]>
  • Loading branch information
SebaLukas committed Jun 21, 2024
1 parent 929cf56 commit 2ca3d2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/din/service_discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "test_utils/codec.hpp"

SCENARIO("Encode and decode a DIN service discovery message") {
SCENARIO("Encode and decode a DIN70121 service discovery message") {

// Exi Stream: 809a0211d63f74d2297ac9119400
// XML:
Expand Down
2 changes: 1 addition & 1 deletion tests/din/session_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "test_utils/codec.hpp"

SCENARIO("Encode and decode DIN session setup message") {
SCENARIO("Encode and decode DIN70121 session setup message") {

// Exi Stream: 809a02000000000000000011d01a121dc983cd6000
// XML:
Expand Down
2 changes: 1 addition & 1 deletion tests/iso20/ac_charge_loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static void setup_header(struct iso20_ac_MessageHeaderType* header,
header->TimeStamp = timestamp;
}

SCENARIO("Encode and decode AC charge loop message") {
SCENARIO("Encode and decode ISO15118-20 AC charge loop message") {

GIVEN("Good case - Encode correct bpt control (AcChargeLoopReq)") {
uint8_t doc_raw[] = {0x80, 0x08, 0x04, 0x1e, 0x98, 0x69, 0xd6, 0xa6, 0x1d, 0xc1, 0xef, 0x89,
Expand Down
2 changes: 1 addition & 1 deletion tests/iso20/dc_charge_loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static void setup_header(struct iso20_dc_MessageHeaderType* header,
header->TimeStamp = timestamp;
}

SCENARIO("Encode and decode DC charge loop message") {
SCENARIO("Encode and decode ISO15118-20 DC charge loop message") {

GIVEN("Good case - Encode correct bpt control (DcChargeLoopReq)") {
uint8_t doc_raw[] = {0x80, 0x34, 0x04, 0x2d, 0x16, 0x6f, 0x29, 0xfb, 0x80, 0xea, 0x56,
Expand Down

0 comments on commit 2ca3d2c

Please sign in to comment.