From 77d1be0825ca30831a9da18cc6ffd36c5effc7e2 Mon Sep 17 00:00:00 2001 From: Kerry Washington Date: Fri, 7 Oct 2022 23:00:29 +0100 Subject: [PATCH] [Techdebt] ci cd refactor (#132) * Removed flaky tests * build bump * build bump * removed unused file - build bump * build bump --- loafwallet/PartnerData.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/loafwallet/PartnerData.swift b/loafwallet/PartnerData.swift index 7e2d83bf6..8f3c3a514 100644 --- a/loafwallet/PartnerData.swift +++ b/loafwallet/PartnerData.swift @@ -26,9 +26,8 @@ struct Partner { let bitrefill = Partner(logo: UIImage(named: "bitrefillLogo")!, headerTitle: S.BuyCenter.Cells.bitrefillTitle, details: S.BuyCenter.Cells.bitrefillFinancialDetails) let moonpay = Partner(logo: UIImage(named: "moonpay-logo")!, headerTitle: S.BuyCenter.Cells.moonpayTitle, details: S.BuyCenter.Cells.moonpayFinancialDetails) - let simplex = Partner(logo: UIImage(named: "simplexLogo")!, headerTitle: S.BuyCenter.Cells.simplexTitle, details: S.BuyCenter.Cells.simplexFinancialDetails) - + let simplex = Partner(logo: UIImage(named: "simplexLogo")!, headerTitle: S.BuyCenter.Cells.simplexTitle, details: S.BuyCenter.Cells.simplexFinancialDetails) return [bitrefill, moonpay, simplex] - } + } }