Skip to content

Commit

Permalink
prefix with 'fake'
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Nov 12, 2024
1 parent d4957f4 commit 5c52a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shadowbox/server/mocks/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class FakePrometheusClient extends PrometheusClient {
}
}

interface AccessKeyPrometheusClientMetric {
interface FakeAccessKeyPrometheusClientMetric {
accessKeyId: number | string;
location?: string;
asn?: number;
Expand All @@ -80,7 +80,7 @@ interface AccessKeyPrometheusClientMetric {
}

export class FakeAccessKeyPrometheusClient extends PrometheusClient {
constructor(public rawAccessKeyMetrics: AccessKeyPrometheusClientMetric[]) {
constructor(public rawAccessKeyMetrics: FakeAccessKeyPrometheusClientMetric[]) {
super('');
}

Expand Down

0 comments on commit 5c52a14

Please sign in to comment.