Skip to content

Commit

Permalink
Fix intentional error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
aries-ts-indo committed Aug 2, 2022
1 parent 41884f1 commit 64ebe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App1-v1 Test/App 1 v1.Test/HelloWorld.Test.al
Expand Up @@ -17,7 +17,7 @@
[MessageHandler]
procedure HelloWorldMessageHandler(Message: Text[1024])
begin
MessageDisplayed := MessageDisplayed or (Message = 'App published: Hello world');
MessageDisplayed := MessageDisplayed or (Message = 'App published: Hello world - Aries');
end;

var
Expand Down

0 comments on commit 64ebe0d

Please sign in to comment.