Skip to content

Commit c129d54

Browse files
committed
Update test data
1 parent 7d7bb48 commit c129d54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/plot/sparklines/unicode/win-loss/test

lib/node_modules/@stdlib/plot/sparklines/unicode/win-loss/test/test.main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ tape( 'an instance has a `render` method for rendering a chart', function test(
327327
var str;
328328

329329
chart = new WinLossChart();
330-
chart.data = [ -2, 1, 2, 2, 1, -1, -1, 1, -2, -2 ];
330+
chart.data = [ -2, 1, 2, 2, 1, -1, -1, 1, -2, -2, 2 ];
331331

332332
str = chart.render();
333-
t.strictEqual( str, '┌╵└┴╵╷╷╵┌┬', 'returns rendered chart' );
333+
t.strictEqual( str, '┌╵└┴╵╷╷╵┌┬', 'returns rendered chart' );
334334

335335
t.end();
336336
});

0 commit comments

Comments
 (0)