Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Sep 25, 2024
1 parent 2bca991 commit b7b933f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/buildplan/mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,13 @@ var BuildWithInstallerDepsViaSrc = &raw.Build{
{
NodeID: "00000000-0000-0000-0000-000000000007",
DisplayName: "pkgOne",
MimeType: types.XActiveStateArtifactMimeType,
GeneratedBy: "00000000-0000-0000-0000-000000000008",
},
{
NodeID: "00000000-0000-0000-0000-000000000010",
DisplayName: "pkgTwo",
MimeType: types.XActiveStateArtifactMimeType,
GeneratedBy: "00000000-0000-0000-0000-000000000011",
},
},
Expand Down
1 change: 1 addition & 0 deletions pkg/buildplan/raw/walk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func TestRawBuild_walkNodesViaRuntimeDeps(t *testing.T) {
mock.BuildWithInstallerDepsViaSrc,
[]walkCall{
{"00000000-0000-0000-0000-000000000007", "Artifact", "00000000-0000-0000-0000-000000000002"},
{"00000000-0000-0000-0000-000000000010", "Artifact", "00000000-0000-0000-0000-000000000002"},
},
false,
},
Expand Down

0 comments on commit b7b933f

Please sign in to comment.