Commit c7ca41af authored by Matthew Slipper's avatar Matthew Slipper

Remove .only

parent f123c52e
......@@ -5,7 +5,7 @@ import { Signer, Contract, BigNumber } from 'ethers'
/* Internal Imports */
import { expect } from '../../../setup'
describe.only('TeleportrDisburser', async () => {
describe('TeleportrDisburser', async () => {
const zeroETH = ethers.utils.parseEther('0.0')
const oneETH = ethers.utils.parseEther('1.0')
const twoETH = ethers.utils.parseEther('2.0')
......
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