Skip to content

Commit

Permalink
Correct debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
deankarn committed Mar 23, 2018
1 parent 2838593 commit f630108
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## locales
<img align="right" src="https://raw.githubusercontent.com/go-playground/locales/master/logo.png">![Project status](https://img.shields.io/badge/version-0.12.0-green.svg)
<img align="right" src="https://raw.githubusercontent.com/go-playground/locales/master/logo.png">![Project status](https://img.shields.io/badge/version-0.12.1-green.svg)
[![Build Status](https://semaphoreci.com/api/v1/joeybloggs/locales/branches/master/badge.svg)](https://semaphoreci.com/joeybloggs/locales)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/locales)](https://goreportcard.com/report/github.com/go-playground/locales)
[![GoDoc](https://godoc.org/github.com/go-playground/locales?status.svg)](https://godoc.org/github.com/go-playground/locales)
Expand Down
1 change: 0 additions & 1 deletion ru/ru_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,6 @@ func TestFmtNumber(t *testing.T) {
s := trans.FmtNumber(tt.num, tt.v)
if s != tt.expected {
t.Errorf("Expected '%s' Got '%s'", tt.expected, s)
t.Errorf("Expected and got bytes: ", []byte(s), []byte(tt.expected))
}
}
}
Expand Down

0 comments on commit f630108

Please sign in to comment.