Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pciavald committed Dec 20, 2017
1 parent 687e90e commit a8bbd38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/wallet/wallet/history/history.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

import { SharedModule } from '../../shared/shared.module';
import { WalletModule } from '../../wallet/wallet.module';
Expand All @@ -15,6 +16,7 @@ describe('HistoryComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [
BrowserAnimationsModule,
SharedModule,
WalletModule.forRoot(),
RpcModule.forRoot(),
Expand Down
1 change: 1 addition & 0 deletions src/app/wallet/wallet/history/history.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class HistoryComponent implements OnInit {
}

default() {
this.selectedTab = 0;
this.filters = {
category: 'all',
type: 'all',
Expand Down

0 comments on commit a8bbd38

Please sign in to comment.