Update raw output files and manifests
This commit is contained in:
@@ -1732,8 +1732,8 @@ func TestRunPipelineWritesDurableOutputFiles(t *testing.T) {
|
||||
runOutputDir := onlyChildDir(t, outputDir)
|
||||
for _, name := range []string{
|
||||
"index.json",
|
||||
"lanes/spells.json",
|
||||
"manifest.json",
|
||||
"outputs/spells.json",
|
||||
"rejected.json",
|
||||
"warnings.json",
|
||||
} {
|
||||
@@ -2086,7 +2086,7 @@ func TestExampleFixtureRunWritesExpectedJSON(t *testing.T) {
|
||||
SourceRefs []source.SourceRef `json:"source_refs"`
|
||||
} `json:"spell_casts"`
|
||||
}
|
||||
readJSONFile(t, filepath.Join(runOutputDir, "outputs", "spells.json"), &spellOutput)
|
||||
readJSONFile(t, filepath.Join(runOutputDir, "lanes", "spells.json"), &spellOutput)
|
||||
if len(spellOutput.SpellCasts) != 1 {
|
||||
t.Fatalf("spell output = %#v, want one spell cast", spellOutput)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user