Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Sep 12, 2024
1 parent 6d33bb7 commit c7dee4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@IsTest(IsParallel=true)
private class CallableLogger_Tests {
@IsTest
static void it_returns_error_message_for_unsupported_action_when_using_standard_approach() {
static void it_returns_exception_message_for_unsupported_action_when_using_standard_approach() {
String fakeActionName = 'some-action-that-will-never-exist-i-hope';

System.Callable callableLoggerInstance = (System.Callable) System.Type.forName('CallableLogger').newInstance();
Expand All @@ -20,7 +20,7 @@ private class CallableLogger_Tests {
}

@IsTest
static void it_returns_error_message_for_unsupported_action_when_using_omnistudio_approach() {
static void it_returns_exception_message_for_unsupported_action_when_using_omnistudio_approach() {
String fakeActionName = 'some-action-that-will-never-exist-i-hope';
Map<String, Object> omnistudioOutput = new Map<String, Object>();

Expand Down

0 comments on commit c7dee4b

Please sign in to comment.