Skip to content

Commit

Permalink
fix: #dev fix tests url
Browse files Browse the repository at this point in the history
  • Loading branch information
pablitoo1 committed Sep 17, 2024
1 parent a4fd92c commit c0a42b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { DataDownloadComponent } from './data-download.component';
import { GameDataSendingService } from '../../services/game-data-sending.service';
import { DataTransformService } from 'app/shared/services/data-transform.service';
import { TExchangeData } from '@gameModels/exchange-data.type';
import { By } from '@angular/platform-browser';
import { DebugElement } from '@angular/core';
import { HttpClient, HttpHandler } from '@angular/common/http';
import { GameRecordEndpointsService } from '@endpoints/game-record-endpoints.service';

describe('DataDownloadComponent', () => {
let component: DataDownloadComponent;
Expand All @@ -15,7 +15,7 @@ describe('DataDownloadComponent', () => {
await TestBed.configureTestingModule({
imports: [DataDownloadComponent],
providers: [
GameDataSendingService,
GameRecordEndpointsService,
DataTransformService,
HttpClient,
HttpHandler,
Expand Down

0 comments on commit c0a42b4

Please sign in to comment.