Skip to content

Commit

Permalink
Merge pull request #112 from circonus-labs/v3
Browse files Browse the repository at this point in the history
v3.1.1
  • Loading branch information
maier authored Oct 5, 2020
2 parents ca88b35 + 62cda73 commit 9e61442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.1.1

* fix: quoting on error message in test

# v3.1.0

* upd: do not force tag values to lowercase
Expand Down
2 changes: 1 addition & 1 deletion circonus-gometrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestNew(t *testing.T) {
cfg := &Config{
Interval: "thirty seconds",
}
expectedError := errors.New("parsing flush interval: time: invalid duration thirty seconds")
expectedError := errors.New(`parsing flush interval: time: invalid duration "thirty seconds"`)
_, err := New(cfg)
if err == nil {
t.Fatal("expected error")
Expand Down

0 comments on commit 9e61442

Please sign in to comment.