Skip to content

Commit

Permalink
gasmodelspec remove buildin from list of gas-untested
Browse files Browse the repository at this point in the history
  • Loading branch information
imalsogreg committed Feb 22, 2024
1 parent 16f278c commit 4e7f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GasModelSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ allNativesInGasTable = do
absentNatives = foldl' absent [] justNatives
(S.fromList absentNatives)
`shouldBe`
(S.fromList ["CHARSET_ASCII", "CHARSET_LATIN1", "hyperlane-decode-token-message", "public-chain-data", "list"])
(S.fromList ["CHARSET_ASCII", "CHARSET_LATIN1", "public-chain-data", "list"])

-- | Use this to run a single named test.
_runNative :: NativeDefName -> IO (Maybe [(T.Text,Gas)])
Expand Down

0 comments on commit 4e7f70f

Please sign in to comment.