Bläddra i källkod

Project import generated by Copybara

PiperOrigin-RevId: 295181096
rafikamal 6 år sedan
förälder
incheckning
9e14fb192a
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      js/experimental/runtime/kernel/lazy_accessor_test.js

+ 0 - 4
js/experimental/runtime/kernel/lazy_accessor_test.js

@@ -25,10 +25,6 @@ function createArrayBuffer(...bytes) {
 }
 
 describe('LazyAccessor', () => {
-  it('encodes none for the empty input', () => {
-    const accessor = LazyAccessor.fromArrayBuffer(new ArrayBuffer(0));
-    expect(accessor.serialize()).toEqual(new ArrayBuffer(0));
-  });
 
   it('uses the default pivot point', () => {
     const accessor = LazyAccessor.fromArrayBuffer(new ArrayBuffer(0));