Skip to content

Commit 56cb0a9

Browse files
committed
Update integration test.
1 parent e554f37 commit 56cb0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/buildscript_int_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Project: %s
7575
Time: "2024-10-30T21:31:33.000Z"
7676
%s
7777
wheel = make_wheel(
78-
at_time = at_time,
78+
at_time = TIME,
7979
src = tag(
8080
plan = ingredient(
8181
build_deps = [
@@ -111,7 +111,7 @@ main = wheel
111111
// already exists with the given hash.
112112
cp = ts.Spawn("commit")
113113
cp.Expect("no new changes")
114-
cp.ExpectExit()
114+
cp.ExpectExitCode(0)
115115

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

0 commit comments

Comments
 (0)