Remove only

This commit is contained in:
Leonid Logvinov
2018-02-27 14:43:29 -08:00
parent 8b6cc95c1b
commit bab8c1eeff

View File

@@ -128,7 +128,7 @@ describe('Exchange', () => {
await blockchainLifecycle.revertAsync();
});
describe('internal functions', () => {
it.only('should include transferViaTokenTransferProxy', () => {
it('should include transferViaTokenTransferProxy', () => {
expect((exchange as any).transferViaTokenTransferProxy).to.be.undefined();
});