Skip to content

Commit

Permalink
test corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid Shahabfar authored and Majid Shahabfar committed Apr 6, 2024
1 parent 1ea8ac2 commit cde2a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Persia.Net.Test/IslamicDateTimeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void Test_ConvertToIslamicDateToLongIslamicString_ReturnCorrectString()
var convertedDateString = date.ToIslamicDateTime().ToLongArabicString();

// Assert
Assert.Equal("الاربعا ١٧ رمضان ١٤٤٥", convertedDateString);
Assert.Equal("الأربعاء ١٧ رمضان ١٤٤٥", convertedDateString);
}

[Fact]
Expand Down

0 comments on commit cde2a72

Please sign in to comment.