diff options
Diffstat (limited to 'tests/simple.test.ts')
| -rw-r--r-- | tests/simple.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple.test.ts b/tests/simple.test.ts index 24e0126..b813a6e 100644 --- a/tests/simple.test.ts +++ b/tests/simple.test.ts @@ -5,6 +5,6 @@ const frame = new Frame(data, header); describe('Print a frame', () => { it('should print a frame', () => { - frame.title('Simple Frame').sort(3).show(); + frame.title('Simple Frame').sort(1).showAll(); }); }); |
