Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
fix: update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickfox committed Apr 2, 2019
1 parent edfb28c commit 15ce4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FormMultiCheckboxComponent } from './form-multicheckbox.component';
import { ReactiveFormsModule, FormsModule, FormBuilder } from '@angular/forms';
import { APP_BASE_HREF } from '@angular/common';

describe('FormRadioComponent', () => {
describe('FormMulticheckboxComponent', () => {
let component: FormMultiCheckboxComponent;
let fixture: ComponentFixture<FormMultiCheckboxComponent>;
const formBuilder: FormBuilder = new FormBuilder();
Expand Down

0 comments on commit 15ce4ae

Please sign in to comment.