You've already forked tribes-plugin-template
Adopt strict plugin entry module and otp_app conventions
Some checks failed
CI / Test (push) Failing after 35s
Some checks failed
CI / Test (push) Failing after 35s
This commit is contained in:
@@ -8,7 +8,7 @@ defmodule MyPlugin.ContractTest do
|
||||
|
||||
defmodule MyPlugin.ContractTest do
|
||||
use Tribes.Plugin.ContractTest,
|
||||
plugin: MyPlugin.Plugin,
|
||||
plugin: Tribes.Plugins.MyPlugin.Plugin,
|
||||
otp_app: :my_plugin
|
||||
end
|
||||
|
||||
@@ -17,7 +17,7 @@ defmodule MyPlugin.ContractTest do
|
||||
|
||||
use ExUnit.Case, async: true
|
||||
|
||||
@plugin MyPlugin.Plugin
|
||||
@plugin Tribes.Plugins.MyPlugin.Plugin
|
||||
@manifest_path Path.join(__DIR__, "../manifest.json") |> Path.expand()
|
||||
|
||||
setup_all do
|
||||
|
||||
Reference in New Issue
Block a user