Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mvares committed Jun 19, 2024
1 parent 8527ce1 commit 06aadf6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ describe('Predicate', () => {
constant: 'NADA',
},
}),
new FuelError(
ErrorCode.INVALID_CONFIGURABLE_CONSTANTS,
'Predicate has no configurable constants to be set'
)
{
code: ErrorCode.INVALID_CONFIGURABLE_CONSTANTS,
message: expect.stringContaining('Predicate has no configurable constants to be set'),
}
);
});

Expand Down

0 comments on commit 06aadf6

Please sign in to comment.