PR review comment

This commit is contained in:
Thomas Prouvot
2022-08-25 12:17:51 +02:00
parent 50641a5c97
commit 2e9f25c8ba

View File

@ -102,8 +102,8 @@ public class Foo {
<code><![CDATA[ <code><![CDATA[
@isTest @isTest
public class Foo { public class Foo {
public static testMethod void testAssertEqual() { public static testMethod void testAssertIsTrue() {
Assert.assertEquals(null, someCondition); MyAssert.isTrue(someCondition);
} }
public static testMethod void testLocalVerify() { public static testMethod void testLocalVerify() {