correct linting
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {async, TestBed} from '@angular/core/testing';
|
||||
|
||||
import {SongDataService} from './song-data.service';
|
||||
import {AngularFirestore} from "@angular/fire/firestore";
|
||||
import {of} from "rxjs";
|
||||
import {AngularFirestore} from '@angular/fire/firestore';
|
||||
import {of} from 'rxjs';
|
||||
|
||||
describe('SongDataService', () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user