Testing fixes

This commit is contained in:
João Antônio Duarte 2020-08-26 10:09:47 -03:00
parent 5d6904991e
commit 2b3051f194

View File

@ -425,9 +425,8 @@ var
j: System.JSON.TJSONObject;
begin
j := nil;
evt := TEvent.Create(nil, False, True, 'test');
evt := TEvent.Create;
try
evt.ResetEvent;
RESTClient.Async(
procedure(Response: IMVCRESTResponse)
begin