package co.nstant.in.cbor.examples;

import co.nstant.in.cbor.model.AbstractByteStringTest;

/**
 * h'' -> 0x40
 */
public class Example54Test extends AbstractByteStringTest {

    public Example54Test() {
        super(new byte[] {}, new byte[] { 0x40 });
    }

}
