Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 17, 2024
1 parent ce6f6a4 commit 17d344b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/job-worker/src/__mocks__/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ export class MockJobContext implements JobContext {
}

async saveRouteSetChanges(): Promise<void> {
throw new Error('Method not implemented.')
// throw new Error('Method not implemented.')
}

discardRouteSetChanges(): void {
throw new Error('Method not implemented.')
// throw new Error('Method not implemented.')
}

/**
Expand Down

0 comments on commit 17d344b

Please sign in to comment.