Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Karn <dean.karn@gmail.com>2018-03-23 19:04:04 +0300
committerDean Karn <dean.karn@gmail.com>2018-03-23 19:04:04 +0300
commitf63010822830b6fe52288ee52d5a1151088ce039 (patch)
tree053e778b763a296099599c6e884b6bc696686ce4
parent28385934999f08b26220518de12ef8390693b1c2 (diff)
Correct debug testv0.12.1
-rw-r--r--README.md2
-rw-r--r--ru/ru_test.go1
2 files changed, 1 insertions, 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
-<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)
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))
}
}
}