Skip to content

Commit

Permalink
#22-upsert-nodes-test
Browse files Browse the repository at this point in the history
  • Loading branch information
anushkan-wani committed Sep 27, 2023
1 parent 018fde8 commit 2129b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-server/tests/nodes-services.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Node', () => {
});

test('Get All Nodes Works', async () => {
const expected = [];
const expected = [{ name: 'test' }];
const result = await getAllNodes();

// Parse result to a JavaScript object from the JSON string
Expand Down

0 comments on commit 2129b91

Please sign in to comment.