Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ning Shang committed Nov 19, 2020
1 parent a100f10 commit 41b6eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/nni_manager/rest_server/test/mockedExperimentManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export class mockedeExpManager extends ExpManager {
});
}

public setExperimentPath(): void {
public setExperimentPath(newPath: string): void {
return
}

public setStatus(): void {
public setExperimentInfo(experimentId: string, key: string, value: any): void {
return
}

Expand Down

0 comments on commit 41b6eac

Please sign in to comment.