We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74af513 commit e86ddf5Copy full SHA for e86ddf5
Sources/UnidocQueryTests/SymbolQueries.swift
@@ -59,7 +59,7 @@ struct SymbolQueries:UnidocDatabaseTestBattery
59
.init(id: .init(package: "swift-malibu",
60
version: "0.0.0",
61
triple: toolchain.triple),
62
- edition: .init(package: 1, version: 0),
+ edition: .init(package: 1, version: -1),
63
type: .insert))
64
65
/// We should be able to resolve the ``Dictionary.Keys`` type without hashes.
0 commit comments