Skip to content

Commit

Permalink
Update cmd/oras/internal/display/metadata/text/push_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
  • Loading branch information
TerryHowe authored Jul 17, 2024
1 parent e43650b commit 31a1862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/internal/display/metadata/text/push_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestPushHandler_OnCompleted(t *testing.T) {
Digest: digest.FromBytes(content),
Size: int64(len(content)),
},
true, // Printer ignores error
true,
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 31a1862

Please sign in to comment.