Skip to content

Commit 6b685f8

Browse files
Update describe_spec.ts
1 parent 6ebabed commit 6b685f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/specs/describe_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { SpecBuilder } from './spec_builder';
2626
import { SpecStep } from './spec_test_runner';
2727

2828
import * as stringify from 'json-stable-stringify';
29-
import { Target, targetEquals, TargetImpl } from '../../../src/core/target';
29+
import { targetEquals, TargetImpl } from '../../../src/core/target';
3030

3131
// Disables all other tests; useful for debugging. Multiple tests can have
3232
// this tag and they'll all be run (but all others won't).

0 commit comments

Comments
 (0)