Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Apr 20, 2021
1 parent ddec2b1 commit 75612f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/internal/gethwrappers/go_generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/stretchr/testify/require"
)

const compileCommand = "../scripts/native_solc_compile_all"
const compileCommand = "../../../evm-contracts/scripts/native_solc_compile_all"

// TestCheckContractHashesFromLastGoGenerate compares the abi and bytecode of the
// contract artifacts in evm-contracts/solc with the abi and bytecode stored in the
Expand Down
2 changes: 1 addition & 1 deletion core/web/job_specs_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ func TestJobSpecsController_Create_EthDisabled(t *testing.T) {
client := app.NewHTTPClient()

t.Run("VRF", func(t *testing.T) {
jsonStr := cltest.MustReadFile(t, "../internal/testdata/randomness_job.json")
jsonStr := cltest.MustReadFile(t, "./../testdata/jsonspecs/randomness_job.json")
resp, cleanup := client.Post("/v2/specs", bytes.NewBuffer(jsonStr))
t.Cleanup(cleanup)

Expand Down

0 comments on commit 75612f0

Please sign in to comment.