Skip to content

Commit

Permalink
feat: add commment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Oct 19, 2023
1 parent ad365bf commit 7ccbfe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/utils/simulation.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ var (
DBCliApp MockAppName = "db_cli-test"

// CoordinatorApp the name of mock coordinator app.
CoordinatorApp MockAppName = "coordinator-test"
CoordinatorApp MockAppName = "coordinator-test"
// CoordinatorCronApp the name of mock coordinator cron app.
CoordinatorCronApp MockAppName = "coordinator-cron-test"

// ChunkProverApp the name of mock chunk prover app.
Expand Down

0 comments on commit 7ccbfe7

Please sign in to comment.