aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-18 01:33:39 -0600
committerTim Harder <radhermit@gmail.com>2021-03-18 01:37:16 -0600
commit95ff473bc77e5ba31c90c5e1906e9083e1d96d71 (patch)
tree30e878ba3d11c88e8be2f0da0a419d2f2c3692a2 /tests/checks
parentchecks.git: pull eclasses from repo masters (diff)
downloadpkgcheck-95ff473bc77e5ba31c90c5e1906e9083e1d96d71.tar.gz
pkgcheck-95ff473bc77e5ba31c90c5e1906e9083e1d96d71.tar.bz2
pkgcheck-95ff473bc77e5ba31c90c5e1906e9083e1d96d71.zip
GitAddon: store commit timestamp instead of date string
Diffstat (limited to 'tests/checks')
-rw-r--r--tests/checks/test_git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checks/test_git.py b/tests/checks/test_git.py
index 728c84e2..f396ea74 100644
--- a/tests/checks/test_git.py
+++ b/tests/checks/test_git.py
@@ -22,7 +22,7 @@ class FakeCommit(GitCommit):
def __init__(self, **kwargs):
commit_data = {
'hash': '7f9abd7ec2d079b1d0c36fc2f5d626ae0691757e',
- 'commit_date': 'Sun Dec 8 02:13:58 2019 -0700',
+ 'commit_time': 1613438722,
'author': 'author@domain.com',
'committer': 'author@domain.com',
'message': (),