Skip to content

Commit

Permalink
Test Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Apr 10, 2024
1 parent 28ae29b commit 49a0867
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -110,6 +110,7 @@ void test_xDNSDoCallback_success_not_equal_identifier( void )

pxSet.pxDNSMessageHeader = &xDNSMessageHeader;
pxSet.pxDNSMessageHeader->usIdentifier = 123;
pxSet.usPortNumber = FreeRTOS_htons( ipMDNS_PORT );
char pc_name[] = "test";
strcpy( pxSet.pcName, pc_name );

Expand Down

0 comments on commit 49a0867

Please sign in to comment.