Skip to content

Commit

Permalink
FIX typo in test names
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco De Salvo committed Feb 11, 2025
1 parent ed5a4be commit 72a4a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RDFSharp.Test/Query/Mirella/RDFQueryEngineTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ public void ShouldEvaluateSelectQueryOnStoreWithResultsHavingCommonSPOVariables(
}

[TestMethod]
public void ShouldEvaluateSelectQueryOnStore_BindAndProjectionExpressions()
public void ShouldEvaluateSelectQueryOnStoreBindAndProjectionExpressions()
{
RDFMemoryStore store = new RDFMemoryStore(
[
Expand Down Expand Up @@ -1554,7 +1554,7 @@ public void ShouldEvaluateSelectQueryOnFederationWithResults()
}

[TestMethod]
public void houldEvaluateSelectueryOnFederationBindAndProjectionExpressions()
public void ShouldEvaluateSelectQueryOnFederationBindAndProjectionExpressions()
{
RDFGraph graph = new RDFGraph(
[
Expand Down Expand Up @@ -1605,7 +1605,7 @@ public void houldEvaluateSelectueryOnFederationBindAndProjectionExpressions()
}

[TestMethod]
public void SouldEvaluateSelectQeryOnFederationWithResultsSPARQLEndpoints()
public void ShouldEvaluateSelectQueryOnFederationWithResultsSPARQLEndpoints()
{
string receivedQuery1 = "";
string receivedQuery2 = "";
Expand Down

0 comments on commit 72a4a66

Please sign in to comment.