Skip to content

Commit 5b5ded0

Browse files
committed
test(cache): resolve rebase conflict
1 parent 2a4160f commit 5b5ded0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/cache.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,7 @@ describe('TTLCache', () => {
403403
cache.destroy();
404404
});
405405

406-
<<<<<<< HEAD
407406
it('stores and retrieves multidimensional array values', () => {
408-
=======
409-
it('preserves complex multidimensional array values', () => {
410-
>>>>>>> dd44a81 (test(cache): verify multidimensional array values)
411407
const cache = new TTLCache<number[][]>();
412408

413409
const matrix = [

0 commit comments

Comments
 (0)