Commit 76828aee authored by John Wick's avatar John Wick Committed by GitHub

fix typo in metrics.spec.ts

parent 0a7104c4
......@@ -6,7 +6,7 @@ const expect = chai.expect
import { Logger, LegacyMetrics, createMetricsServer } from '../src'
describe('Metrics', () => {
it('shoud serve metrics', async () => {
it('should serve metrics', async () => {
const metrics = new LegacyMetrics({
prefix: 'test_metrics',
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment