From b6c15417a29c9341c10f6f726e019dc6961f038f Mon Sep 17 00:00:00 2001 From: kong <1018dbrud@gmail.com> Date: Wed, 13 Dec 2023 22:22:08 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20try!=EB=A1=9C=20=EC=9D=B8?= =?UTF-8?q?=ED=95=9C=20=EB=A6=B0=ED=8A=B8=20=EC=97=90=EB=9F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/Layover/LayoverTests/Seeds.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Layover/LayoverTests/Seeds.swift b/iOS/Layover/LayoverTests/Seeds.swift index f64fb9a..294d99c 100644 --- a/iOS/Layover/LayoverTests/Seeds.swift +++ b/iOS/Layover/LayoverTests/Seeds.swift @@ -10,7 +10,7 @@ import Foundation // JSON 데이터와 비교하기 위한 모델 class Seeds { - static let sampleImageData = try! Data(contentsOf: Bundle(for: Seeds.self).url(forResource: "sample", withExtension: "jpeg")!) + static let sampleImageData = try? Data(contentsOf: Bundle(for: Seeds.self).url(forResource: "sample", withExtension: "jpeg")!) struct Posts { // PostList.json에 정의된 데이터