You've already forked tribes-plugin-sender
forked from tribes/tribes-plugin-template
f8e2bfaada
Move Sender modules under TribeOne.TribesPlugin.Sender and replace the Aether-specific chat integration with the public chat@1 surface contract.
4 lines
147 B
Elixir
4 lines
147 B
Elixir
defmodule TribeOne.TribesPlugin.Sender.PluginContractTest do
|
|
use Tribes.PluginTest.ContractTest, plugin: TribeOne.TribesPlugin.Sender.Plugin
|
|
end
|