Skip to content

Commit

Permalink
Fix: Update skip test '6-1C'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sital999 committed Dec 4, 2024
1 parent 12cfe48 commit 9a5e27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test/tests/6-on-chain-tests.once.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ test.describe('Onchain Poll', () => {
});

test('6-1C. Given votes are uploaded on-chain, vote data is correct', async () => {
if(onChainVotes.length && environments.ci){
test.skip()
if(!onChainVotes.length){
test.fail()
}
await loadCrypto()

Expand Down

0 comments on commit 9a5e27c

Please sign in to comment.