Skip to content

Commit

Permalink
remove ">" (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
souravsk authored Nov 22, 2024
1 parent f3546d8 commit e8ed116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro-to-acceptance-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ import (

const (
port = "8080"
url = "<http://localhost:" > +port
url = "<http://localhost:" +port
)

func TestGracefulShutdown(t *testing.T) {
Expand Down

0 comments on commit e8ed116

Please sign in to comment.