Skip to content

Commit 044654e

Browse files
JeffreySuCopilot
andauthored
Update src/Senparc.CO2NET.Tests/Utilities/XmlUtility/XmlUtilityTets.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 07ece44 commit 044654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Senparc.CO2NET.Tests/Utilities/XmlUtility/XmlUtilityTets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public async Task ConvertAsyncTest()
103103
Assert.AreEqual("666", xdoc.Root.Element("Id").Value);
104104
Assert.AreEqual("Jeffrey", xdoc.Root.Element("Name").Value);
105105

106-
//Test wether sw didn't closed
106+
//Test whether sw didn't closed
107107
ms.Seek(0, SeekOrigin.End);
108108
await sw.WriteAsync("<END></END>");
109109
await sw.FlushAsync();

0 commit comments

Comments
 (0)