Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Dec 13, 2024
1 parent 1d8681d commit da3ef80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions yarn-project/kv-store/src/lmdb/map.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { expect } from 'chai';

import { type AztecMapWithSize, type AztecMultiMapWithSize } from '../interfaces/map.js';
import { describeAztecMap } from '../interfaces/map_test_suite.js';
import { openTmpStore } from './index.js';
import { AztecMapWithSize, AztecMultiMapWithSize } from '../interfaces/map.js';
import { expect } from 'chai';

describe('LMDBMap', () => {
describeAztecMap('Sync AztecMap', () => openTmpStore(true));
Expand Down

0 comments on commit da3ef80

Please sign in to comment.