Skip to content

Commit

Permalink
Apply code quality from VS
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco De Salvo committed Mar 14, 2024
1 parent 6ceeb30 commit e41ecd7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RDFSharp.Test/Model/RDFModelUtilitiesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,8 @@ public void ShouldGetShortUriAsUniqueSegment(string input)
Assert.IsTrue(shortUri.Equals("http://example.org/"));
}

[DataTestMethod]
[DataRow("")]
public void ShouldNotGetShortUriFromNullInput(string input)
[TestMethod]
public void ShouldNotGetShortUriFromNullInput()
{
string shortUri = RDFModelUtilities.GetShortUri(null);

Expand Down

0 comments on commit e41ecd7

Please sign in to comment.