summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testrig/testmodels.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index 223d9d5ed..866c9b461 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -1603,8 +1603,8 @@ func NewTestFollows() map[string]*gtsmodel.Follow {
return map[string]*gtsmodel.Follow{
"local_account_1_admin_account": {
ID: "01F8PY8RHWRQZV038T4E8T9YK8",
- CreatedAt: TimeMustParse("2022-05-14T13:21:09+02:00"),
- UpdatedAt: TimeMustParse("2022-05-14T13:21:09+02:00"),
+ CreatedAt: TimeMustParse("2022-05-14T16:21:09+02:00"),
+ UpdatedAt: TimeMustParse("2022-05-14T16:21:09+02:00"),
AccountID: "01F8MH1H7YV1Z7D2C8K2730QBF",
TargetAccountID: "01F8MH17FWEB39HZJ76B6VXSKF",
ShowReblogs: TrueBool(),
@@ -1613,8 +1613,8 @@ func NewTestFollows() map[string]*gtsmodel.Follow {
},
"local_account_1_local_account_2": {
ID: "01F8PYDCE8XE23GRE5DPZJDZDP",
- CreatedAt: TimeMustParse("2022-05-14T13:21:09+02:00"),
- UpdatedAt: TimeMustParse("2022-05-14T13:21:09+02:00"),
+ CreatedAt: TimeMustParse("2022-05-14T15:21:09+02:00"),
+ UpdatedAt: TimeMustParse("2022-05-14T15:21:09+02:00"),
AccountID: "01F8MH1H7YV1Z7D2C8K2730QBF",
TargetAccountID: "01F8MH5NBDF2MV7CTC4Q5128HF",
ShowReblogs: TrueBool(),
@@ -1623,8 +1623,8 @@ func NewTestFollows() map[string]*gtsmodel.Follow {
},
"local_account_2_local_account_1": {
ID: "01G1TK1RS4K3E0MSFTXBFWAH9Q",
- CreatedAt: TimeMustParse("2022-05-14T13:21:09+02:00"),
- UpdatedAt: TimeMustParse("2022-05-14T13:21:09+02:00"),
+ CreatedAt: TimeMustParse("2022-05-14T14:21:09+02:00"),
+ UpdatedAt: TimeMustParse("2022-05-14T14:21:09+02:00"),
AccountID: "01F8MH5NBDF2MV7CTC4Q5128HF",
TargetAccountID: "01F8MH1H7YV1Z7D2C8K2730QBF",
ShowReblogs: TrueBool(),