Skip to content

Commit

Permalink
Unit test for cookie container not being null.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigHawker committed Sep 18, 2024
1 parent 72d41ac commit af9a4ea
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 af9a4ea

Please sign in to comment.