Remove only

This commit is contained in:
Leonid Logvinov
2017-06-09 17:57:51 +02:00
parent b63c973d14
commit 2fd5d29b40

View File

@@ -638,7 +638,7 @@ describe('ExchangeWrapper', () => {
);
})();
});
it.only('Should receive the LogCancel event when an order is cancelled', (done: DoneCallback) => {
it('Should receive the LogCancel event when an order is cancelled', (done: DoneCallback) => {
(async () => {
const subscriptionOpts: SubscriptionOpts = {
fromBlock: 0,