Skip to content

Commit

Permalink
chore(test): rearrange test order
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Aug 19, 2023
1 parent a6034fc commit f5d7489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-test/grpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ export default () => {
// deployModelPrivate.DeployUndeployModel()
}

// Create model API
createModel.CreateModel()

// Update model API
updateModel.UpdateModel()

// Create model API
createModel.CreateModel()

// Deploy Model API
deployModel.DeployUndeployModel()

Expand Down

0 comments on commit f5d7489

Please sign in to comment.