Skip to content

Commit f02dadd

Browse files
author
Vishal Shingala
committed
Added more info around test
1 parent 35dcf31 commit f02dadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/util.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ describe('SCHEMA UTILITY FUNCTION TESTS ', function () {
19281928
expect(result.body.mode).to.equal('file');
19291929
done();
19301930
});
1931-
it(' application/vnd.api+json (headers with different structure but still of JSON family)', function(done) {
1931+
it(' application/vnd.api+json (headers with different structure but still of JSON type/family)', function(done) {
19321932
var requestBody = {
19331933
description: 'body description',
19341934
content: {
@@ -1965,7 +1965,7 @@ describe('SCHEMA UTILITY FUNCTION TESTS ', function () {
19651965
expect(result.body.options.raw.language).to.equal('json');
19661966
done();
19671967
});
1968-
it(' application/vnd.api+xml (headers with different structure but still of XML family)', function(done) {
1968+
it(' application/vnd.api+xml (headers with different structure but still of XML type/family)', function(done) {
19691969
var requestBody = {
19701970
description: 'body description',
19711971
content: {

0 commit comments

Comments
 (0)