Skip to content

Commit ccb628b

Browse files
author
Ka Hin Ng
committed
Clean up refactor
fix typo and remove duplicate files [#174306033](https://www.pivotaltracker.com/story/show/174306033)
1 parent 79cff94 commit ccb628b

File tree

2 files changed

+1
-429
lines changed

2 files changed

+1
-429
lines changed

out/release/release_artifact_references_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var _ = Describe("ReleaseArtifactReferencesAdder", func() {
7777
ref2 pivnet.ArtifactReference
7878
)
7979
BeforeEach(func() {
80-
mdata.ArtifactReferences = []metadata.artifactReference{
80+
mdata.ArtifactReferences = []metadata.ArtifactReference{
8181
{
8282
ID: 9876,
8383
Name: "my-difficult-artifact",

0 commit comments

Comments
 (0)