File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/UnidocAnalysisTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ enum Main:SyncTests
46
46
}
47
47
}
48
48
let culture : Unidoc . Scalar = swift_malibu. id + 1 * . module
49
- let records : Volume = . init( latest: nil ,
50
- masters :
49
+ let volume : Volume = . init( latest: nil ,
50
+ vertices :
51
51
[
52
52
. culture( . init( id: swift_malibu. BarbieCore. id,
53
53
module: . init( name: " BarbieCore " , type: . regular) ) ) ,
@@ -135,7 +135,7 @@ enum Main:SyncTests
135
135
latest: true ,
136
136
patch: nil ) )
137
137
138
- let ( _, trees) : ( _, [ Volume . TypeTree ] ) = records . indexes ( )
138
+ let ( _, trees) : ( _, [ Volume . TypeTree ] ) = volume . indexes ( )
139
139
if let tree: Volume . TypeTree = tests. expect ( value: trees. first { $0. id == culture } )
140
140
{
141
141
tests. expect ( tree ==? . init( id: culture, rows:
You can’t perform that action at this time.
0 commit comments