Skip to content

Commit

Permalink
Adds file to be detected
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Sep 10, 2024
1 parent 5e88df5 commit a2b2010
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ func testBuild(t *testing.T, context spec.G, it spec.S) {
err = os.MkdirAll(filepath.Join(layersDir, "mod-cache"), os.ModePerm)
Expect(err).NotTo(HaveOccurred())

_, err = os.CreateTemp(filepath.Join(layersDir, "mod-cache"), "example")
Expect(err).NotTo(HaveOccurred())

now := time.Now()
clock = chronos.NewClock(func() time.Time {
return now
Expand Down

0 comments on commit a2b2010

Please sign in to comment.