Skip to content

Commit 9e37c6b

Browse files
committedApr 18, 2024
Fix CI errors
1 parent 82d84f8 commit 9e37c6b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎src/crypto/tests/TestPSAOpKeyStore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ TEST_F(TestPSAOpKeyStore, TestBasicLifeCycle)
8484
EXPECT_EQ(err, CHIP_ERROR_INVALID_FABRIC_INDEX);
8585
EXPECT_TRUE(opKeystore.HasPendingOpKeypair());
8686

87-
EXPECT_EQ Fail to generate CSR for invalid fabrics
87+
// Fail to generate CSR for invalid fabrics
8888
csrSpan = MutableByteSpan{ csrBuf };
8989
err = opKeystore.NewOpKeypairForFabric(kUndefinedFabricIndex, csrSpan);
9090
EXPECT_EQ(err, CHIP_ERROR_INVALID_FABRIC_INDEX);
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
accesstest
2+
ChipCryptoTests

‎src/test_driver/openiotsdk/unit-tests/test_components_nl.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
AppTests
22
ASN1Tests
33
BDXTests
4-
ChipCryptoTests
54
CoreTests
65
CredentialsTest
76
DataModelTests

0 commit comments

Comments
 (0)