We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67ed88 commit a0e21dfCopy full SHA for a0e21df
1 file changed
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