From 8a79ab0b02b733db9140612020034d6dfba03836 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 26 Jan 2025 21:26:26 -0500 Subject: [PATCH] feat: Fixes broken tests from adding reset-password routes / views. --- Tests/ViewControllerTests/ViewControllerTests.swift | 1 + .../__Snapshots__/ViewControllerTests/userViews.4.html | 1 + 2 files changed, 2 insertions(+) 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