Skip to content

Commit

Permalink
fix error on test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gsambrotta authored and lukestanley committed Oct 29, 2024
1 parent 1d9deb0 commit fea9136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/blocks/load-schema-block/load-schema-block.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Jasmine spec tests for the LoadSchemaBlock component
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { LoadSchemaBlockComponent } from './load-schema-block.component';
import get from 'lodash/get';

Expand Down

0 comments on commit fea9136

Please sign in to comment.