Files
tribes-plugin-aether/test/aether/plugin_contract_test.exs
self c1f4339dde refactor: move Aether into TribeOne plugin namespace
Use TribeOne.TribesPlugin.Aether modules throughout the plugin and expose chat@1 from the entry module for capability-based consumers.
2026-05-26 01:13:28 +02:00

4 lines
147 B
Elixir

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