Skip to content

Commit

Permalink
ah yes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Sep 11, 2024
1 parent 6d52918 commit 1e90558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shadowbox/server/manager_metrics.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ describe('PrometheusManagerMetrics', () => {
);
const tunnelTime = await managerMetrics.getTunnelTimeByLocation({hours: 0});
expect(tunnelTime).toEqual([
{location: 'US', tunnel_time: {hours: 1000}},
{location: 'CA', tunnel_time: {hours: 2000}},
{location: 'US', asn: undefined, tunnel_time: {hours: 0.28}},
{location: 'CA', asn: undefined, tunnel_time: {hours: 0.56}},
]);
done();
});
Expand Down

0 comments on commit 1e90558

Please sign in to comment.