Skip to content

Commit 1431a5f

Browse files
author
pgilmorepf
committed
Debugging failing AS3 on Jenkins.
1 parent 90be259 commit 1431a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/actionscript/source/PlayFabApiTests.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ package
202202
{
203203
// Typical success
204204
playFabId = result.PlayFabId;
205-
FinishTestHandler(new ASyncUnitTestEvent(ASyncUnitTestEvent.FINISH_TEST, ASyncUnitTestEvent.RESULT_PASSED, ""));
205+
FinishTestHandler(new ASyncUnitTestEvent(ASyncUnitTestEvent.FINISH_TEST, ASyncUnitTestEvent.RESULT_PASSED, result.PlayFabId));
206206
}
207207

208208
/// <summary>

0 commit comments

Comments
 (0)