Skip to content

Commit

Permalink
fixed user id
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed May 20, 2016
1 parent 17346b9 commit 56f08c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/github.com/getlantern/flashlight/config/fetcher_test.go
Expand Up @@ -15,8 +15,8 @@ func (uc *userConfig) GetToken() string {
return "token"
}

func (uc *userConfig) GetUserID() string {
return "10"
func (uc *userConfig) GetUserID() int {
return 10
}

// TestFetcher actually fetches a config file over the network.
Expand Down

0 comments on commit 56f08c4

Please sign in to comment.