Files
tribes-plugin-sender/test/sender/plugin_contract_test.exs
self f8e2bfaada refactor: use chat capability surfaces
Move Sender modules under TribeOne.TribesPlugin.Sender and replace the Aether-specific chat integration with the public chat@1 surface contract.
2026-05-26 01:13:38 +02:00

4 lines
147 B
Elixir

defmodule TribeOne.TribesPlugin.Sender.PluginContractTest do
use Tribes.PluginTest.ContractTest, plugin: TribeOne.TribesPlugin.Sender.Plugin
end