Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamescaper committed Apr 7, 2020
1 parent 3b12e1a commit 5bd9c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refit.Tests/InterfaceStubGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void GenerateTemplateInfoForInheritedInterfacesListSmokeTest()
.ToList();

var result = fixture.GenerateTemplateInfoForInterfaceList(input);
Assert.Equal(5, result.ClassList.Count);
Assert.Equal(6, result.ClassList.Count);

var inherited = result.ClassList.First(c => c.InterfaceName == "IAmInterfaceC");

Expand Down

0 comments on commit 5bd9c1c

Please # to comment.