Skip to content

Commit

Permalink
Changed script name
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Dec 7, 2023
1 parent ae00337 commit 83b9f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs }:

let
scriptName = "ethereum-smoke-tests";
scriptName = "test-run-smoke";
go = pkgs.go_1_21;
scriptBuildInputs = with pkgs; [ go go-ethereum ]; # add geth to handle missing underlying dependencies
testDir = toString ./.;
Expand Down

0 comments on commit 83b9f59

Please sign in to comment.