Skip to content

Commit ab48e71

Browse files
committed
built-in commands tests: list stats with memory
1 parent fdc037e commit ab48e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core/built-in-commands.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ describe.each([
776776
[
777777
100,
778778
'os',
779-
'',
779+
'MEMORY',
780780
_,
781781
'main',
782782
'employees',
@@ -788,7 +788,7 @@ describe.each([
788788
true
789789
],
790790
['', '', '', ' ' /*NOT_EXIST waiting for the strtol fix*/, _, _, _, _, randomDate(), _, _, false],
791-
[0, 'sqlitecloud_version', '', 1, '', 'albums', _, _, _, '', '', true],
791+
[0, 'sqlitecloud_version', 'MEMORY', 1, '', 'albums', _, _, _, '', '', true],
792792
[0, 'sqlitecloud_version', 'MEMORY', 1, '', '', _, randomDate(new Date(new Date().getTime() - 24 * 60 * 60 * 1000).getTime()), randomDate(), '', '', true],
793793
[0, _, _, 999, _, 'NOT_EXIST', 'NOT_EXIST', 'NOT_EXIST', 'NOT_EXIST', _, 'NOT_EXIST', false]
794794
])('general', (sleep, key, memory, node, database, table, column, from, to, detailed, pubsub, ok) => {

0 commit comments

Comments
 (0)