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:
Diffstat (limited to 'ru/ru_test.go')
-rw-r--r--ru/ru_test.go1
1 files changed, 0 insertions, 1 deletions
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))
}
}
}