Skip to content

Commit

Permalink
Remove test for invalid UTF-16 string
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf committed Jan 20, 2024
1 parent dad216f commit 0fd3d8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SpreadCheetah.Test/Tests/SpreadsheetRowTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public async Task Spreadsheet_AddRow_CellWithoutValue(CellType type, RowCollecti
"With-Special<>&'\\Characters",
"With\"Quotation\"Marks",
"WithNorwegianCharactersÆØÅ",
"With\ud83dEmoji",
"With\ud83d\udc4dEmoji",
"With🌉Emoji",
"With\tValid\nControlCharacters",
Expand Down

0 comments on commit 0fd3d8f

Please sign in to comment.