+61
-61
tests/integration/comment_consumer_test.go
············-comment1URI := fmt.Sprintf("at://%s/social.coves.feed.comment/%s", testUser.DID, comment1Rkey)···-comment2URI := fmt.Sprintf("at://%s/social.coves.feed.comment/%s", testUser.DID, comment2Rkey)··············································································postURI := createTestPost(t, db, testCommunity, testUser.DID, "Resurrection Test", 0, time.Now())·······································
············+comment1URI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, comment1Rkey)···+comment2URI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, comment2Rkey)····························································+parentURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, parentRkey)+childURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, childRkey)·········+parentURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, parentRkey)·········postURI := createTestPost(t, db, testCommunity, testUser.DID, "Resurrection Test", 0, time.Now())·······································
+6
-6
tests/integration/comment_query_test.go
···············
···············
+15
-15
tests/integration/comment_vote_test.go
······························
···+commentURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, commentRKey)······+commentURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, commentRKey)······+commentURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, commentRKey)······+commentURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, commentRKey)······+commentURI := fmt.Sprintf("at://%s/social.coves.community.comment/%s", testUser.DID, commentRKey)···