Skip to content

Commit

Permalink
Update asciigraph_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
guptarohit committed Jun 25, 2018
1 parent af53353 commit fced59c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asciigraph_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package asciigraph

import (
"testing"
"fmt"
"testing"
)

func TestPlot(t *testing.T) {
Expand Down Expand Up @@ -89,7 +89,6 @@ func TestPlot(t *testing.T) {
0.23 ┤││╰─╯ ╰╯
0.14 ┤╰╯ `},


{
input{[]float64{.01, .004, .003, .0042, .0083, .0033, 0.0079},
map[string]interface{}{}},
Expand Down

0 comments on commit fced59c

Please sign in to comment.