Skip to content

Commit 60ff71e

Browse files
committed
Move MediaUploadHashTests into the cross-platform Swift package
Relocate the String.hash guard test from KeystoneTests to WordPressSharedTests so it runs under `swift test` at the repo root. #25811 moved the other Gutenberg tests into GutenbergProcessorsTests but left this one behind — it asserts a Swift String hash value and has no processor dependency. Drops the vestigial `@testable import WordPress`.
1 parent b2fa6a4 commit 60ff71e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Tests/KeystoneTests/Tests/Features/Gutenberg/MediaUploadHashTests.swift renamed to Modules/Tests/WordPressSharedTests/MediaUploadHashTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import Foundation
22
import XCTest
33

4-
@testable import WordPress
5-
64
class MediaUploadHashTests: XCTestCase {
75

86
override func setUp() {

0 commit comments

Comments
 (0)