Skip to content

Commit af2cb7f

Browse files
author
RTLcoil
authored
Fix test description in uploader.create_archive (#400)
1 parent 0c2fbac commit af2cb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/archivespec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe("archive", function () {
152152
archive_result = result;
153153
});
154154
});
155-
it('should a Hash', function () {
155+
it('should return an object', function () {
156156
expect(archive_result).to.be.an(Object);
157157
});
158158
const EXPECTED_KEYS = ["resource_type", "type", "public_id", "version", "url", "secure_url", "created_at", "tags", "signature", "bytes", "etag", "resource_count", "file_count"];

0 commit comments

Comments
 (0)