Skip to content

Commit c4047ae

Browse files
chore(tests): improve enum examples (#82)
1 parent 773c56c commit c4047ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

committestresult_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestCommitTestResultListWithOptionalParams(t *testing.T) {
3232
IncludeArchived: openlayer.F(true),
3333
Page: openlayer.F(int64(1)),
3434
PerPage: openlayer.F(int64(1)),
35-
Status: openlayer.F(openlayer.CommitTestResultListParamsStatusRunning),
35+
Status: openlayer.F(openlayer.CommitTestResultListParamsStatusPassing),
3636
Type: openlayer.F(openlayer.CommitTestResultListParamsTypeIntegrity),
3737
},
3838
)

inferencepipelinetestresult_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func TestInferencePipelineTestResultListWithOptionalParams(t *testing.T) {
3131
openlayer.InferencePipelineTestResultListParams{
3232
Page: openlayer.F(int64(1)),
3333
PerPage: openlayer.F(int64(1)),
34-
Status: openlayer.F(openlayer.InferencePipelineTestResultListParamsStatusRunning),
34+
Status: openlayer.F(openlayer.InferencePipelineTestResultListParamsStatusPassing),
3535
Type: openlayer.F(openlayer.InferencePipelineTestResultListParamsTypeIntegrity),
3636
},
3737
)

0 commit comments

Comments
 (0)