return resource
      .read()
      .then((buffer) => new Uint8Array(buffer))
      .then((array) => {
        expect([array[0], array[1]]).to.deep.equal([0x68, 0x69])