diff --git a/certmanager/src/ohosTest/ets/test/Ability.test.ets b/certmanager/src/ohosTest/ets/test/Ability.test.ets index 33540a4559913cac147953ce40e05856a5708b60..14135d3b3f31fec551749d9b97683ee8c1eb2b0e 100755 --- a/certmanager/src/ohosTest/ets/test/Ability.test.ets +++ b/certmanager/src/ohosTest/ets/test/Ability.test.ets @@ -44,7 +44,6 @@ export default function abilityTest() { let b = 'b'; // Defines a variety of assertion methods, which are used to declare expected boolean conditions. expect(a).assertContain(b); - expect(a).assertEqual(a); }) }) } \ No newline at end of file diff --git a/entry/src/ohosTest/ets/test/Ability.test.ets b/entry/src/ohosTest/ets/test/Ability.test.ets index a8ff110e5899c2d1727217919dd5badeacdfe061..f565631a189c2e7d5a485544cf1d24e29deb4464 100755 --- a/entry/src/ohosTest/ets/test/Ability.test.ets +++ b/entry/src/ohosTest/ets/test/Ability.test.ets @@ -44,7 +44,6 @@ export default function abilityTest() { let b = 'b'; // Defines a variety of assertion methods, which are used to declare expected boolean conditions. expect(a).assertContain(b); - expect(a).assertEqual(a); }) }) } \ No newline at end of file