diff --git a/README.md b/README.md index 634ed189f..43329f8d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## locales -![Project status](https://img.shields.io/badge/version-0.12.0-green.svg) +![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) diff --git a/ru/ru_test.go b/ru/ru_test.go index 4084723de..828e66a0d 100644 --- a/ru/ru_test.go +++ b/ru/ru_test.go @@ -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)) } } }