Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
achever1 committed Nov 25, 2024
1 parent c7595bf commit 8e33000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/gateway_schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestGetKindWithYamlFromGateway(t *testing.T) {
},
},
GetAvailable: true,
Order: 10,
Order: 11,
},
},
},
Expand Down Expand Up @@ -141,7 +141,7 @@ func TestGetKindWithYamlFromGateway(t *testing.T) {
},
},
GetAvailable: false,
Order: 11,
Order: 10,
},
},
},
Expand Down

0 comments on commit 8e33000

Please sign in to comment.