added SendTweetToSharedInbox Tests

This commit is contained in:
Nicolas Constant
2020-08-12 20:23:19 -04:00
parent 4436b53319
commit c3acb19e7c
7 changed files with 365 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
namespace BirdsiteLive.Pipeline.Tests.Processors.SubTasks
{
public class SendTweetsToInboxTaskTests
{
}
}