Skip to content

Commit

Permalink
Fix go test syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed Nov 19, 2016
1 parent 0f237e4 commit 888d5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
server = "http://127.0.0.1:3000"
bstk = bstk
bstk = "127.0.0.1:11300"
configFileWithSampleJobs = `servers = []
listen = "127.0.0.1:3000"
version = 1.4
Expand Down

0 comments on commit 888d5a9

Please sign in to comment.