Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
udsamani committed Sep 11, 2024
1 parent 3f32999 commit c560b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/job/get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (s *GetSuite) TestGetSingleFileFromOutputBadChoice() {
)

require.Error(s.T(), err, "expected error but it wasn't returned")
require.Contains(s.T(), getoutput, "Error: downloading job")
require.Contains(s.T(), getoutput, "Error: failed to find cid for missing")
}

func (s *GetSuite) TestGetSingleFileFromOutput() {
Expand Down

0 comments on commit c560b85

Please sign in to comment.