Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jan 10, 2025
1 parent 5ae39c9 commit 622d0ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/ccip/changeset/test_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,7 @@ func NewMemoryEnvironment(t *testing.T, opts ...TestOps) (DeployedEnv, TestEnvir
for _, opt := range opts {
opt(testCfg)
}
require.NoError(t, testCfg.Validate(), "invalid test con"+
"fig")
require.NoError(t, testCfg.Validate(), "invalid test config")
env := &MemoryEnvironment{
TestConfig: testCfg,
}
Expand Down

0 comments on commit 622d0ce

Please sign in to comment.