Skip to content

Commit

Permalink
use sha that works
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Jun 13, 2024
1 parent 9547231 commit 0ce25ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func TestGitPackageProvider_GetContentFromAbsoluteLocatorWithCommit(t *testing.T
provider := NewGitPackageContentProvider(packageDir, packageTmpDir, githubAuthProvider, nil)

absoluteLocatorStr := "github.com/ethpandaops/ethereum-package/src/package_io/input_parser.star"
commitHash := "da55be84861e93ce777076e545abee35ff2d51ce"
commitHash := "fcaa2c23301c0f7012301fe019a75b0fa369961b"

absoluteLocatorWithCommit := startosis_packages.NewPackageAbsoluteLocator(absoluteLocatorStr, commitHash)

Expand Down

0 comments on commit 0ce25ff

Please sign in to comment.