Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration-tests: restore original module name; remove self-replace #1478

Open
wants to merge 1 commit into
base: ccip-develop
Choose a base branch
from

Conversation

jmank88
Copy link
Collaborator

@jmank88 jmank88 commented Oct 1, 2024

Motivation

The module import path for integration-tests was split brained between:

  • github.com/smartcontractkit/chainlink/integration-tests
  • github.com/smartcontractkit/ccip/integration-tests

And patched with a self-replace:

github.com/smartcontractkit/chainlink/integration-tests => ../integration-tests

Which was breaking gomods

Solution

This PR removes the replace and restores the original import path, and re-enables gomods.

@cl-sonarqube-production
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants