Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Oct 31, 2023
1 parent 3af8e15 commit 37807a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/tests/invites-admin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { TestNetworkNoAppView, SeedClient } from '@atproto/dev-env'
import AtpAgent from '@atproto/api'
import { randomStr } from '@atproto/crypto'

describe.skip('pds admin invite views', () => {
describe('pds admin invite views', () => {
let network: TestNetworkNoAppView
let agent: AtpAgent
let sc: SeedClient
Expand Down

0 comments on commit 37807a8

Please sign in to comment.