Skip to content

Commit

Permalink
Add missing oracle file to tuple_field_reassignment test (FuelLabs#…
Browse files Browse the repository at this point in the history
…1859)

Fixes CI failure due to FuelLabs#1788 landing and introducing a new test *after*
PR FuelLabs#1838 landed which adds a requirement that all scripts and contracts
have oracle files.

I.e. yet another case of FuelLabs#1343.
  • Loading branch information
mitchmindtree authored Jun 6, 2022
1 parent abf07ff commit a1c8dfd
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"inputs": [],
"name": "main",
"outputs": [
{
"components": null,
"name": "",
"type": "u64"
}
],
"type": "function"
}
]

0 comments on commit a1c8dfd

Please sign in to comment.