Skip to content

Commit 3f4ffb0

Browse files
committed
Fix an incorrect SwiftPM macro
1 parent 1b98c11 commit 3f4ffb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class GutenpackAttachmentRendererTests: XCTestCase {
6767
fatalError()
6868
}()
6969

70-
#if SPM
70+
#if SWIFT_PACKAGE
7171
let bundle = Bundle.module
7272
#else
7373
let bundle = Bundle(for: type(of: self))

0 commit comments

Comments
 (0)