Skip to content

Commit 946e49c

Browse files
committed
Remove useless test
1 parent 4dc9687 commit 946e49c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/schematic/src/lib/services/remote-table.service.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ describe('RemoteTableService', () => {
2424
httpMock.verify();
2525
});
2626

27-
it('should be created', () => {
28-
expect(service).toBeDefined();
29-
});
30-
3127
it('should make POST request with correct URL and body', () => {
3228
const url = 'https://api.example.com/data';
3329
const payload = {query: 'test'};

0 commit comments

Comments
 (0)