Skip to content

Commit 7f26e48

Browse files
committed
FIXUP(formatterTest.js): fix tests
1 parent 9e5419d commit 7f26e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/formatterTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('Formatter tests', function() {
6060
});
6161
describe('"Format dict"', function() {
6262
it('should be same string', function() {
63-
expect(Formatter.formatAsDict(message)).is.equal('{"durable":True,"priority":6,"ttl":2000,"first_acquirer":None,"delivery_count":0,"id":"Msg id","user_id":"User ID","to":"queue","subject":"test subject","reply_to":"reply_to_queue","correlation_id":"correlation id","content_type":"string","content_encoding":None,"absolute-expiry-time":None,"creation_time":None,"group-id":"group ID","group-sequence":"ABCD","reply-to-group-id":"group ID","properties":{"test_property":1,"test_property_2":"test string value"},"content":"test string","message-annotations":None}');
63+
expect(Formatter.formatAsDict(message)).is.equal('{"durable":True,"priority":6,"ttl":2000,"first_acquirer":None,"delivery_count":0,"id":"Msg id","user-id":"User ID","to":"queue","subject":"test subject","reply-to":"reply_to_queue","correlation-id":"correlation id","content-type":"string","content-encoding":None,"absolute-expiry-time":None,"creation-time":None,"group-id":"group ID","group-sequence":"ABCD","reply-to-group-id":"group ID","properties":{"test_property":1,"test_property_2":"test string value"},"content":"test string","message-annotations":None}');
6464
});
6565
});
6666
});

0 commit comments

Comments
 (0)