From f63010822830b6fe52288ee52d5a1151088ce039 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Fri, 23 Mar 2018 09:04:04 -0700 Subject: Correct debug test --- README.md | 2 +- ru/ru_test.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 634ed189..43329f8d 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 4084723d..828e66a0 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)) } } } -- cgit v1.2.3