Skip to content

Commit

Permalink
removed tests with references to timelock feature (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali authored and egarson committed Nov 16, 2022
1 parent fe01e66 commit 4709ab9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 112 deletions.
47 changes: 0 additions & 47 deletions integration-tests/contract-originate-contract-with-chest.spec.ts

This file was deleted.

22 changes: 0 additions & 22 deletions integration-tests/data/allTestsCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { genericCode, genericStorage } from './generic_contract';
import { tokenBigmapCode, tokenBigmapStorage } from './token_bigmap';
import { noAnnotCode, noAnnotInit } from './token_without_annotation';
import { voteInitSample, voteSample } from './vote-contract';
import { chestCode, chestStorage } from './contract_with_chest';
import { submutezCode, submutezStorage } from './contract_with_sub_mutez';
import {
storageContractWithConstant,
Expand Down Expand Up @@ -1159,27 +1158,6 @@ export const commonCases: TestCase[] = [
],
},
},
{
name: 'Origination of a contract that contains the types chest, chest_key and the instruction OPEN_CHEST',
operation: {
branch: 'BMV9bffK5yjWCJgUJBsoTRifb4SsAYbkCVwVkKbJHffJYn7ePBL',
contents: [
{
kind: OpKind.ORIGINATION,
counter: '1',
source: 'tz1QZ6KY7d3BuZDT1d19dUxoQrtFPN2QJ3hn',
fee: '10000',
gas_limit: '10',
storage_limit: '10',
balance: '0',
script: {
code: chestCode,
storage: chestStorage,
},
},
],
},
},
{
name: 'Register global constant',
operation: {
Expand Down
43 changes: 0 additions & 43 deletions integration-tests/data/contract_with_chest.ts

This file was deleted.

0 comments on commit 4709ab9

Please sign in to comment.