We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d67ed88 + a0e21df commit 2cfe6e5Copy full SHA for 2cfe6e5
JSONAPI.Tests/Core/ModelManagerTests.cs
@@ -88,7 +88,7 @@ public void GetPropertyForJsonKeyTest()
88
// Arrange
89
var pluralizationService = new PluralizationService();
90
var mm = new ModelManager(pluralizationService);
91
- Type authorType = typeof(Author).GetType();
+ Type authorType = typeof(Author);
92
93
// Act
94
var idProp = mm.GetPropertyForJsonKey(authorType, "id");
0 commit comments