Skip to content

Commit

Permalink
Update DungeonControllerTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ authored Aug 9, 2023
1 parent 71464d4 commit a394125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragaliaAPI.Test/Controllers/DungeonControllerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public DungeonControllerTest()
this.mockOddsInfoService.Object,
this.mockQuestService.Object,
this.mockUpdateDataService.Object,
this.mockRewardService.Object
this.mockRewardService.Object,
this.mockMatchingService.Object,
this.mockDungeonRecordHelperService.Object
);
Expand Down

0 comments on commit a394125

Please sign in to comment.