Skip to content

Commit

Permalink
SubscriptionTest bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
byasarcse committed Oct 14, 2024
1 parent 2a686f7 commit ec48f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Iyzipay.Tests/Functional/SubscriptionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ public void Should_Initialize_CheckoutForm_Result()

PrintResponse(response);

Assert.AreEqual(Status.SUCCESS.ToString(), resultResponse.Status);
Assert.AreEqual(Status.SUCCESS.ToString(), response.Status);
Assert.IsNotNull(resultResponse.SystemTime);
Assert.Null(resultResponse.ErrorMessage);
Assert.Null(response.ErrorMessage);
}

[Test]
Expand Down

0 comments on commit ec48f68

Please sign in to comment.