Skip to content

Commit

Permalink
Fix test print
Browse files Browse the repository at this point in the history
Signed-off-by: Ben <belimele@redhat.com>
  • Loading branch information
Neon-White committed May 8, 2024
1 parent 25ff6bb commit c979e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit_tests/test_s3_ops.js
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ mocha.describe('s3_ops', function() {
KeyMarker: text_file1,
VersionIdMarker: ''
});
assert.fail("getObject with empty VersionId passed when it should've failed");
assert.fail("listObjectVersions with empty VersionId passed when it should've failed");
} catch (err) {
assert.strictEqual(err.Code, "InvalidArgument");
}
Expand Down

0 comments on commit c979e8d

Please sign in to comment.