Skip to content

Commit

Permalink
Update integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Dec 4, 2024
1 parent e554f37 commit 56cb0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/buildscript_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Project: %s
Time: "2024-10-30T21:31:33.000Z"
%s
wheel = make_wheel(
at_time = at_time,
at_time = TIME,
src = tag(
plan = ingredient(
build_deps = [
Expand Down Expand Up @@ -111,7 +111,7 @@ main = wheel
// already exists with the given hash.
cp = ts.Spawn("commit")
cp.Expect("no new changes")
cp.ExpectExit()
cp.ExpectExitCode(0)

// Commit should've given us the hash
suite.Contains(string(fileutils.ReadFileUnsafe(filepath.Join(ts.Dirs.Work, constants.BuildScriptFileName))), "hash_readonly")
Expand Down

0 comments on commit 56cb0a9

Please sign in to comment.