Browse Source

Project import generated by Copybara

PiperOrigin-RevId: 295181096
rafikamal 6 years ago
parent
commit
9e14fb192a
1 changed files with 0 additions and 4 deletions
  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));