Skip to content

Commit

Permalink
Merge pull request #38 from M-Files/unit-test-for-cookie-container
Browse files Browse the repository at this point in the history
Unit test for cookie container not being null.
  • Loading branch information
CraigHawker authored Sep 18, 2024
2 parents 72d41ac + af9a4ea commit 3d04c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MFaaP.MFWSClient.Tests/MFWSClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void InstantiationAlsoPopulatesPropertiesAndFields()
Assert.IsNotNull(client.ValueListItemOperations);
Assert.IsNotNull(client.ValueListOperations);
Assert.IsNotNull(client.WorkflowOperations);
Assert.IsNotNull(client.CookieContainer);
}

/// <summary>
Expand Down

0 comments on commit 3d04c4c

Please sign in to comment.