Adopt location registry durable contract
This commit is contained in:
@@ -33,7 +33,7 @@ func TestLocationRegistryHandoffProducesOccurrencesAndEvidence(t *testing.T) {
|
||||
}
|
||||
|
||||
registryOutput := normalizedLane(t, output, "locations")
|
||||
if registryOutput.Artifact.Kind != dnd.LocationListKind || registryOutput.Artifact.Schema.ID != locationcodec.SchemaID {
|
||||
if registryOutput.Artifact.Kind != dnd.LocationRegistryKind || registryOutput.Artifact.Schema.ID != locationcodec.SchemaID {
|
||||
t.Fatalf("registry envelope = %#v, want durable location artifact", registryOutput)
|
||||
}
|
||||
registry, err := locationcodec.New().Decode(registryOutput.Artifact.Content)
|
||||
|
||||
Reference in New Issue
Block a user