Skip to content

Commit

Permalink
add issuetime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hkutluay committed Oct 8, 2022
1 parent d2687f2 commit 3927e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UblTr.Tests/InvoiceTypeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void InvoiceType_BasicInvoice_TimeSerialize()
doc.Load(stream);
var sn = doc.SelectSingleNode(xPath, namespaces);

Assert.AreEqual(sn.InnerText, date.ToString("HH:mm:ss"));
Assert.AreEqual(date.ToString("HH:mm:ss"), sn.InnerText);

}

Expand Down

0 comments on commit 3927e64

Please sign in to comment.