-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(boards2): add missing filetests for reply creation #3653
test(boards2): add missing filetests for reply creation #3653
Conversation
Threads can have a comment which is a direct child of a thread and at the same time comments can have replies which can be nested. Using a zero instead of the thread ID for the latter makes more sense.
Renamed to make place for initial more basic tests.
This file test is testing thread flagging while it should be testing create reply. Thread flagging is already part of other filetests.
@x1unix this PR is ready for review 🙏 |
🛠 PR Checks Summary🔴 Maintainers must be able to edit this pull request (more info) Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🔴 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
Merging this one as it's blocking other tests |
b983f8f
into
gnolang:devx/feature/boardsv2
Add missing filetests for
CreateReply()
function.Related to #3623
This covers all tests for the function: