Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev authored Oct 5, 2022
1 parent 004fb11 commit 01435ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-http2/test/server.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Plugin', () => {
return agent.close({ ritmReset: false })
})

describe('canceled request', () => {
describe('cancelled request', () => {
beforeEach(() => {
listener = (req, res) => {
setTimeout(() => {
Expand Down

0 comments on commit 01435ed

Please sign in to comment.