Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 8, 2025
1 parent 6c3eca1 commit 096cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/v2/task/testCreateCheckpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ describe('Test CreateCheckpoint', function () {
className: 'utapi.checkpoint', labels: { node: prefix }, start: getTs(1), stop: 10 * 1000 * 1000,
});

assert.strictEqual(JSON.parse(results.result[0]).length, 0);
assert.strictEqual(results.result.length, 0);
});
});

0 comments on commit 096cf25

Please sign in to comment.