Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Dec 5, 2024
1 parent e88344f commit e171d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/internal/utils/match/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ func newStateMachine(cmd string) *stateMachine {
sm.addPath("Exists")
sm.addPath("Mounted")
case "manifest", "blob": // for `manifest push` and `blob push`
// TODO: refactor the matcher to match the complete arguments like `manifest push`, `manifest delete`, ...
// TODO: refactor the matcher to match full command like `manifest push`, `manifest delete`, etc.
// Tracking issue: https://github.com/oras-project/oras/issues/1571
sm.addPath("Uploading", "Uploaded")
sm.addPath("Exists")
default:
Expand Down

0 comments on commit e171d73

Please sign in to comment.