Skip to content

Commit

Permalink
test: Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
data-miner00 committed Apr 20, 2024
1 parent 06aeacf commit 2b64516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ await this.steps
this.steps
.ThenIExpectRepositoryGetAllAsyncCalled(1)
.ThenIExpectResultToBeOfType<ViewResult>()
.ThenIExpectViewResultToContain(links)
.ThenIExpectViewResultToContain((links, LinkType.None))
.ThenIExpectNoExceptionIsThrown();
}
}

0 comments on commit 2b64516

Please sign in to comment.