Skip to content

Commit 3c66c3b

Browse files
committed
Fix test case
1 parent ee0ed85 commit 3c66c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/OpenGraphCompatibilityTests/Runtime/MetadataCompatibilityTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ struct MetadataCompatibilityTests {
153153

154154
@Test(.disabled(if: !compatibilityTestEnabled, "Metadata is not implemented"))
155155
func description() {
156-
#expect(Metadata(T1.self).description == "MetadataTests.T1")
157-
#expect(Metadata(T2.self).description == "MetadataTests.T2")
158-
#expect(Metadata(T3.self).description == "MetadataTests.T3")
156+
#expect(Metadata(T1.self).description == "MetadataCompatibilityTests.T1")
157+
#expect(Metadata(T2.self).description == "MetadataCompatibilityTests.T2")
158+
#expect(Metadata(T3.self).description == "MetadataCompatibilityTests.T3")
159159
}
160160

161161
@Test(.disabled(if: !compatibilityTestEnabled, "Metadata is not implemented"))

0 commit comments

Comments
 (0)