Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Dec 21, 2024
1 parent 5632a76 commit 5c72504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/community_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -708,5 +708,5 @@ func TestCommunity_UnknownEditedReplyInThread(t *testing.T) {

var shared int
assert.NoError(server.db.QueryRow(`select count(*) from outbox where activity->>'$.type' = 'Announce' and activity->>'$.object' = 'https://127.0.0.1/note/1' and sender = ?`, server.Alice.ID).Scan(&shared))
assert.Equal(0, shared)
assert.Equal(1, shared)
}

0 comments on commit 5c72504

Please sign in to comment.