From de4292882d6b98299cec067857a22c9c4a51375c Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Thu, 15 Feb 2024 16:37:55 -0800 Subject: [PATCH] style --- Tests/GoogleAITests/PartsRepresentableTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/GoogleAITests/PartsRepresentableTests.swift b/Tests/GoogleAITests/PartsRepresentableTests.swift index 0b3760f..da2f35f 100644 --- a/Tests/GoogleAITests/PartsRepresentableTests.swift +++ b/Tests/GoogleAITests/PartsRepresentableTests.swift @@ -24,7 +24,6 @@ import XCTest @available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *) final class PartsRepresentableTests: XCTestCase { - func testModelContentFromCGImageIsNotEmpty() throws { // adapted from https://forums.swift.org/t/creating-a-cgimage-from-color-array/18634/2 var srgbArray = [UInt32](repeating: 0xFFFF_FFFF, count: 8 * 8)