From 5cd70d9fb2b020365fcc3e7fea393f323ca9106d Mon Sep 17 00:00:00 2001 From: Stylianos Tzouvaras Date: Tue, 3 Dec 2024 11:55:06 +0200 Subject: [PATCH] Correction --- Tests/Util/TestConstants.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Util/TestConstants.swift b/Tests/Util/TestConstants.swift index 2b474e7..74985ef 100644 --- a/Tests/Util/TestConstants.swift +++ b/Tests/Util/TestConstants.swift @@ -54,8 +54,8 @@ struct TestConstants { ) } - static func getCredentialInfo() async throws -> CredentialInfo { - return try JSONDecoder().decode(CredentialInfo.self, from: Data(mockCredentialJson.utf8)) + static func getCredentialInfo() async throws -> CredentialsListResponse.CredentialInfo { + return try JSONDecoder().decode(CredentialsListResponse.CredentialInfo.self, from: Data(mockCredentialJson.utf8)) } static func getMetaData() async throws -> RSSPMetadata {