Skip to content

Commit 47ed436

Browse files
committed
Move bug url to bug trait.
1 parent 439cd82 commit 47ed436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SQLiteDataTests/CloudKitTests/SharingTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,10 +851,10 @@
851851
* Create parent record and synchronize.
852852
* Create child record and synchronize.
853853
* Share parent record.
854-
* See: https://github.com/pointfreeco/sqlite-data/pull/363
855854
*/
856855
@available(iOS 17, macOS 14, tvOS 17, watchOS 10, *)
857-
@Test func createParentThenChildThenShare() async throws {
856+
@Test(.bug("https://github.com/pointfreeco/sqlite-data/pull/363"))
857+
func createParentThenChildThenShare() async throws {
858858
let remindersList = RemindersList(id: 1, title: "Personal")
859859
try await userDatabase.userWrite { db in
860860
try db.seed { remindersList }

0 commit comments

Comments
 (0)