Skip to content

Commit

Permalink
Repaired test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 25, 2024
1 parent 5b18f61 commit 37d657a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AngleSharp.Xml.Tests/Parser/XmlParsing.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
namespace AngleSharp.Xml.Tests.Parser
{
using AngleSharp.Dom;
using AngleSharp.Xml.Parser;
using NUnit.Framework;
using System;
using System.Linq;

[TestFixture]
public class XmlParsing
Expand Down Expand Up @@ -148,7 +149,7 @@ public void ParseInvalidXmlShouldNotThrowWhenSuppressingErrors_Issue14()
}

[Test]
public async Task XmlPrefixedAttributesShouldLocateXmlNamespaceWithoutDeclaration()
public void XmlPrefixedAttributesShouldLocateXmlNamespaceWithoutDeclaration()
{
var document = @"<xml xml:lang=""en""></xml>".ToXmlDocument();
var root = document.DocumentElement;
Expand Down

0 comments on commit 37d657a

Please sign in to comment.