Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #53 from mohanvive/master
Browse files Browse the repository at this point in the history
Add fixes for the test case compilation issue
  • Loading branch information
gimantha committed Feb 1, 2019
2 parents 868d6cc + 803b1d5 commit 66b3629
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ import ballerina/runtime;
any[] outputs = [];
int outputCount = 0;

string expectedHostName;
string expectedHostName = "";

// This is the mock function which will replace the real function
@test:Mock {
Expand Down

0 comments on commit 66b3629

Please sign in to comment.