File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/OpenGraphCompatibilityTests/Runtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 " ) )
You can’t perform that action at this time.
0 commit comments