Skip to content

Test omission #112

@whiteCcinn

Description

@whiteCcinn
        it('should encode/decode empty payloads', function () {
          encPayload([], function(data) {
            decPayload(data,
              function (packet, index, total) {
                expect(packet.type).to.eql('open');
                var isLast = index + 1 == total;
                expect(isLast).to.eql(true);
              });
          });
        });

This test did not pass because it did not execute the assertion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions