Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
  • Loading branch information
Xiaoxuan Wang committed Aug 13, 2024
1 parent f3d865a commit 3fbcee4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/suite/command/manifest_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ var _ = Describe("ORAS beginners:", func() {
ORAS("manifest", "index", "create", "--help").MatchKeyWords(ExampleDesc).Exec()
})
})

When("running `manifest index update`", func() {
It("should show help doc with add flag", func() {
ORAS("manifest", "index", "update", "--help").MatchKeyWords("--add stringArray").Exec()
})
})
})
})

Expand Down

0 comments on commit 3fbcee4

Please sign in to comment.