diff options
author | 2022-09-01 13:20:22 +0200 | |
---|---|---|
committer | 2022-09-01 13:20:22 +0200 | |
commit | 39d98881b00abc540d0f819cd785eeae3ee81aa0 (patch) | |
tree | ee660371f4b0f1a1a4dc926b0d0d680c96c5d66e /testrig/testmodels.go | |
parent | [feature] Add support for the exclude_types[] parameter on the notifications ... (diff) | |
download | gotosocial-39d98881b00abc540d0f819cd785eeae3ee81aa0.tar.xz |
[bugfix] Fix occasional federatingdb test fail (#792)
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r-- | testrig/testmodels.go | 12 |
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(), |