Page MenuHomePhabricator

[lib] Replace threadTypes.LOCAL in tests
ClosedPublic

Authored by ashoat on Jun 19 2024, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 6, 1:02 AM
Unknown Object (File)
Wed, Sep 4, 3:24 AM
Unknown Object (File)
Tue, Sep 3, 9:00 PM
Unknown Object (File)
Tue, Sep 3, 9:00 PM
Unknown Object (File)
Tue, Sep 3, 9:00 PM
Unknown Object (File)
Tue, Sep 3, 9:00 PM
Unknown Object (File)
Fri, Aug 30, 12:48 PM
Unknown Object (File)
Aug 25 2024, 9:14 PM
Subscribers

Details

Summary

I'm preparing to finally migrate threadTypes.LOCAL to be used for thick threads.

Most of the current uses in the codebase (based on git grep) are in tests. I don't think it matters for these tests, so I'm just going to replace them with threadTypes.COMMUNITY_SECRET_SUBTHREAD (currently they're both 4) so I don't have to worry about them in later diffs.

Depends on D12480

Test Plan

Flow and running unit tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable