Skip to content

Commit

Permalink
test: unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Mar 16, 2023
1 parent 616ec9d commit f3a98f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-gauge/src/generic-types-contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const contractBytecode = readFileSync(
);

describe('GenericTypesContract', () => {
it.skip('should call complex contract function with generic type', async () => {
it('should call complex contract function with generic type', async () => {
const contract = await setup({
abi: abiJSON,
contractBytecode,
Expand Down

0 comments on commit f3a98f0

Please sign in to comment.