Skip to content

Commit

Permalink
rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Oct 15, 2024
1 parent 80800e8 commit 24b4a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/faucet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { EntropyBalance } from '../src/balance/main'
import { EntropyTransfer } from '../src/transfer/main'
import { EntropyFaucet } from '../src/faucet/main'

test.only('Faucet Tests', async t => {
test('Faucet Tests', async t => {
const { run, entropy: charlie, endpoint } = await setupTest(t, { seed: charlieStashSeed })
const { entropy: naynay } = await setupTest(t)

Expand Down

0 comments on commit 24b4a81

Please sign in to comment.