Skip to content

Commit

Permalink
Remove only (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isla Koenigsknecht authored and islathehut committed Apr 12, 2024
1 parent e4f945f commit a7ca0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ afterEach(async () => {
})

describe('Connections manager', () => {
it.only('saves peer stats when peer has been disconnected', async () => {
it('saves peer stats when peer has been disconnected', async () => {
class RemotePeerEventDetail {
peerId: string

Expand Down

0 comments on commit a7ca0df

Please sign in to comment.