diff --git a/Tests/ViewControllerTests/ViewControllerTests.swift b/Tests/ViewControllerTests/ViewControllerTests.swift index 5bc58a9..f17d959 100644 --- a/Tests/ViewControllerTests/ViewControllerTests.swift +++ b/Tests/ViewControllerTests/ViewControllerTests.swift @@ -240,6 +240,7 @@ extension DatabaseClient.Users { get: { _ in User.mock }, login: { _ in User.Token.mock }, logout: { _ in }, + resetPassword: { _, _ in }, token: { _ in User.Token.mock }, update: { _, _ in User.mock } ) diff --git a/Tests/ViewControllerTests/__Snapshots__/ViewControllerTests/userViews.4.html b/Tests/ViewControllerTests/__Snapshots__/ViewControllerTests/userViews.4.html index b54e978..9c822d6 100644 --- a/Tests/ViewControllerTests/__Snapshots__/ViewControllerTests/userViews.4.html +++ b/Tests/ViewControllerTests/__Snapshots__/ViewControllerTests/userViews.4.html @@ -13,6 +13,7 @@
\ No newline at end of file