Skip to content

Commit

Permalink
revert: add back failing_noop test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Sep 5, 2023
1 parent 46c1542 commit a419da1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions integration-tests/data/allTestsCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1411,5 +1411,17 @@ export const commonCases: TestCase[] = [
}
]
}
},
{
name: 'A failing_noop operation',
operation: {
branch: 'BLxGBu48ybnWvZoaVLyXV4XVnhdeDc9V2NcB9wsegQniza6mxvX',
contents: [
{
kind: OpKind.FAILING_NOOP,
arbitrary: '48656c6c6f20576f726c64'
}
]
}
}
];

0 comments on commit a419da1

Please sign in to comment.