You've already forked tribes-plugin-supertest
forked from tribes/tribes-plugin-template
692dcb3129
Use TribeOne.TribesPlugin.Supertest modules throughout the fixture plugin and update manifest, tests, and migration references accordingly.
9 lines
331 B
Elixir
9 lines
331 B
Elixir
defmodule TribeOne.TribesPlugin.Supertest.SyncLaneTest do
|
|
use ExUnit.Case, async: true
|
|
|
|
test "supertest sync resources declare the control lane" do
|
|
assert AshNostrSync.Info.lane(TribeOne.TribesPlugin.Supertest.Case) == :control
|
|
assert AshNostrSync.Info.lane(TribeOne.TribesPlugin.Supertest.Event) == :control
|
|
end
|
|
end
|