Skip to content

Commit b24bb60

Browse files
committed
chore: processed Wisepotatos review
1 parent b8e628d commit b24bb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/UnitTests/QueryParameters/SparseFieldsServiceTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void Parse_ValidSelection_CanParse()
5959
}
6060

6161
[Fact]
62-
public void Parse_TypeNameAsNavigation_ThrowsJsonApiException()
62+
public void Parse_TypeNameAsNavigation_Throws400ErrorWithRelationshipsOnlyMessage()
6363
{
6464
// arrange
6565
const string type = "articles";
@@ -84,7 +84,7 @@ public void Parse_TypeNameAsNavigation_ThrowsJsonApiException()
8484
}
8585

8686
[Fact]
87-
public void Parse_DeeplyNestedSelection_ThrowsJsonApiException()
87+
public void Parse_DeeplyNestedSelection_Throws400ErrorWithDeeplyNestedMessage()
8888
{
8989
// arrange
9090
const string type = "articles";

0 commit comments

Comments
 (0)