Signed-off-by: Derek McGowan <derek@mcgstyle.net>
| ... | ... |
@@ -30,7 +30,7 @@ func TestProgress(t *testing.T) {
|
| 30 | 30 |
} |
| 31 | 31 |
|
| 32 | 32 |
// this number can't be negetive gh#7136 |
| 33 |
- expected = "[==============================================================>] 50 B/40 B" |
|
| 33 |
+ expected = "[==================================================>] 50 B/40 B" |
|
| 34 | 34 |
jp4 := JSONProgress{Current: 50, Total: 40}
|
| 35 | 35 |
if jp4.String() != expected {
|
| 36 | 36 |
t.Fatalf("Expected %q, got %q", expected, jp4.String())
|