Skip to content

Commit

Permalink
Update test files
Browse files Browse the repository at this point in the history
Signed-off-by: aliwoto <aminnimaj@gmail.com>
  • Loading branch information
ALiwoto committed Nov 2, 2021
1 parent 0e0b59b commit 4723b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ratelimiter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestRateLimiter(t *testing.T) {
log.Println("trying to load the token from file")
f, err := os.Open("config")
if err != nil {
t.Errorf("failed to load the config file: %v", err)
log.Printf("failed to load the config file: %v\n", err)
return
}

Expand Down

0 comments on commit 4723b4e

Please sign in to comment.