trailheadapps / ready-to-fly

Sample app that shows how to integrate Salesforce with Slack.
https://developer.salesforce.com
Creative Commons Zero v1.0 Universal
43 stars 23 forks source link

Adopt new assert classes #96

Closed albarivas closed 1 year ago

albarivas commented 1 year ago

What does this PR do?

Adopt new assert classes

What issues does this PR fix or reference?

The PR fulfills these requirements:

[X] Tests for the proposed changes have been added/updated. [X] Code linting and formatting was performed.

Functionality Before

<insert gif and/or summary>

Functionality After

<insert gif and/or summary>

pozil commented 1 year ago

@albarivas looks like you have some syntax errors:

Error SlackServiceTest Method does not exist or incorrect signature: void isTrueEquals(String, String) from the type System.Assert (68:[20](https://github.com/trailheadapps/ready-to-fly/actions/runs/3901131958/jobs/6668639191#step:7:21)) 
 Error SlackServiceTest Method does not exist or incorrect signature: void isTrueEquals(String, String) from the type System.Assert (64:20) 
 Error SlackServiceTest Method does not exist or incorrect signature: void isTrueEquals(String, String) from the type System.Assert (59:20) 
 Error SlackServiceTest Method does not exist or incorrect signature: void isTrueEquals(String, String) from the type System.Assert (63:20)

Did you do a bad search and replace?