Skip to content

Commit b630b17

Browse files
committed
fix test
1 parent afdc7cd commit b630b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/UnidocAnalysisTests/Main.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ enum Main:SyncTests
4646
}
4747
}
4848
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:
5151
[
5252
.culture(.init(id: swift_malibu.BarbieCore.id,
5353
module: .init(name: "BarbieCore", type: .regular))),
@@ -135,7 +135,7 @@ enum Main:SyncTests
135135
latest: true,
136136
patch: nil))
137137

138-
let (_, trees):(_, [Volume.TypeTree]) = records.indexes()
138+
let (_, trees):(_, [Volume.TypeTree]) = volume.indexes()
139139
if let tree:Volume.TypeTree = tests.expect(value: trees.first { $0.id == culture })
140140
{
141141
tests.expect(tree ==? .init(id: culture, rows:

0 commit comments

Comments
 (0)