Skip to content

Commit

Permalink
test: enable state channel tests on all networks
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 15, 2024
1 parent be43a58 commit ca7db75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function waitForChannel(channel: Channel): Promise<void> {
});
}

(networkId === 'ae_devnet' ? describe : describe.skip)('Channel', () => {
describe('Channel', () => {
let aeSdkInitiatior: AeSdk;
let aeSdkResponder: AeSdk;
let initiatorCh: Channel;
Expand Down

0 comments on commit ca7db75

Please sign in to comment.