Update bytes_test.go

This commit is contained in:
Oskar 2021-10-22 22:50:21 +02:00 committed by GitHub
parent 0a64137ed8
commit 02e3d3c439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package utils
import "testing"
func TestRound(t *testing.T) {
func TestBytes(t *testing.T) {
// 1
r := Bytes(53)
if r != "53 B" {