Skip to content

Commit 2bcdd1b

Browse files
committed
fix: fix tests
1 parent bcba055 commit 2bcdd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/nodes/nodes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test.describe('Test Nodes Paginated Table', async () => {
130130

131131
expect(rowData).toHaveProperty('Host');
132132
expect(rowData).toHaveProperty('Uptime');
133-
expect(rowData).toHaveProperty('Memory');
133+
expect(rowData).toHaveProperty('Detailed Memory');
134134
expect(rowData).toHaveProperty('Pools');
135135
});
136136

0 commit comments

Comments
 (0)