Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
Paul Spooren committed Nov 13, 2022
1 parent da2d19c commit 08ad2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_imagebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_is_outdated(tmpdir):
os.utime(str(ib.workdir / "Makefile"), (0, 0))
assert ib.is_outdated()

os.utime(str(ib.workdir / "Makefile"), (1650340906, 1650340906))
os.utime(str(ib.workdir / "Makefile"), (2650340906, 2650340906))
assert not ib.is_outdated()


Expand Down

0 comments on commit 08ad2f3

Please sign in to comment.