From a722a34e321553aca64ec1cb2011e17e1b48ede1 Mon Sep 17 00:00:00 2001
From: Dariusz Rybicki <dariusz@elixxir.io>
Date: Fri, 3 Jun 2022 12:38:33 +0200
Subject: [PATCH] Refactor

---
 Tests/ElixxirDAppsSDKTests/FactTests.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/ElixxirDAppsSDKTests/FactTests.swift b/Tests/ElixxirDAppsSDKTests/FactTests.swift
index 6c5abbf3..21820a78 100644
--- a/Tests/ElixxirDAppsSDKTests/FactTests.swift
+++ b/Tests/ElixxirDAppsSDKTests/FactTests.swift
@@ -2,7 +2,7 @@ import CustomDump
 import XCTest
 @testable import ElixxirDAppsSDK
 
-final class ContactFactTests: XCTestCase {
+final class FactTests: XCTestCase {
   func testCoding() throws {
     let jsonString = """
     {
-- 
GitLab