Skip to content

Commit

Permalink
correct spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
HzTTT committed Nov 11, 2023
1 parent 8c1db7e commit 3aa9daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/route/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ func TestEngineShutdown(t *testing.T) {
err := engine.Shutdown(ctx1)
assert.DeepEqual(t, errStatusNotRunning, err)

// Test case 2: serve sucessfully running and shutdown
// Test case 2: serve successfully running and shutdown
engine = NewEngine(config.NewOptions(nil))
engine.OnShutdown = []CtxCallback{mockCtxCallback}
go func() {
Expand Down

0 comments on commit 3aa9daf

Please sign in to comment.