Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Jul 4, 2024
1 parent e5fe820 commit 7ed641d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestExecOffchainConfig100_AllFieldsRequired(t *testing.T) {
encodedPartialConfig, err := json.Marshal(partialConfig)
require.NoError(t, err)
_, err = ccipconfig.DecodeOffchainConfig[ExecOffchainConfig](encodedPartialConfig)
if keyToDelete == "BatchingStrategyId" {
if keyToDelete == "BatchingStrategyID" {
require.NoError(t, err)
} else {
require.ErrorContains(t, err, keyToDelete)
Expand Down

0 comments on commit 7ed641d

Please sign in to comment.