summaryrefslogtreecommitdiff
path: root/internal/db/test/conversation.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/test/conversation.go')
-rw-r--r--internal/db/test/conversation.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/db/test/conversation.go b/internal/db/test/conversation.go
index 95713927e..50bca5308 100644
--- a/internal/db/test/conversation.go
+++ b/internal/db/test/conversation.go
@@ -72,7 +72,6 @@ func (f *ConversationFactory) NewTestStatus(localAccount *gtsmodel.Account, thre
status := &gtsmodel.Status{
ID: statusID,
CreatedAt: createdAt,
- UpdatedAt: createdAt,
URI: "http://localhost:8080/users/" + localAccount.Username + "/statuses/" + statusID,
AccountID: localAccount.ID,
AccountURI: localAccount.URI,