Skip to content

Commit f0f2e8d

Browse files
fariedtzone117x
authored andcommitted
fix: missed a line while merging in the pull request
1 parent 3b2104e commit f0f2e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/datastore-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import { PgDataStore, cycleMigrations, runMigrations } from '../datastore/postgres-store';
1717
import { PoolClient } from 'pg';
1818
import { parseDbEvent } from '../api/controllers/db-controller';
19-
import { assert } from 'assert';
19+
import * as assert from 'assert';
2020

2121
describe('in-memory datastore', () => {
2222
let db: MemoryDataStore;

0 commit comments

Comments
 (0)