Skip to content

Commit cd9ae85

Browse files
committed
Unit test
1 parent 6b1032c commit cd9ae85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FakeApiTest/FakeHttpRequesterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public void ShouldMockPropertiesFromApiResponse()
126126
var responseCfg = new HttpResponseMock();
127127
api.Responses = new[] { responseCfg };
128128
responseCfg.Active = true;
129+
responseCfg.Delay = 100;
129130
responseCfg.ContentLength = 2565121024;
130131
responseCfg.ContentType = "defaultContentType";
131132
responseCfg.HttpCode = (int)HttpStatusCode.Ambiguous;

0 commit comments

Comments
 (0)