chore: Rename test/flow_test to test/flow (#899)

This commit is contained in:
Jechol Lee 2024-02-16 13:23:57 +09:00 committed by GitHub
parent 159e8ff377
commit e214043218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.AuthorizationTest do
defmodule Ash.Flow.AuthorizationTest do
use ExUnit.Case
defmodule Post do

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.BranchingTest do
defmodule Ash.Flow.BranchingTest do
@moduledoc false
use ExUnit.Case, async: false

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.BranchingTransactionMappingTest do
defmodule Ash.Flow.BranchingTransactionMappingTest do
@moduledoc false
use ExUnit.Case, async: false
alias Ash.Test.Flow.{Api, Org}

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.BranchingTransactionNoRecordTest do
defmodule Ash.Flow.BranchingTransactionNoRecordTest do
@moduledoc false
use ExUnit.Case, async: false
alias Ash.Test.Flow.{Api, Org, User}

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.BranchingTransactionTest do
defmodule Ash.Flow.BranchingTransactionTest do
@moduledoc false
use ExUnit.Case, async: false
alias Ash.Test.Flow.{Api, Org, User}

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.FlowCompositionTest do
defmodule Ash.Flow.FlowCompositionTest do
@moduledoc false
use ExUnit.Case, async: false

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.HaltingTest do
defmodule Ash.Flow.HaltingTest do
@moduledoc false
use ExUnit.Case, async: false

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.RunFromAction do
defmodule Ash.Flow.RunFromAction do
@moduledoc false
use ExUnit.Case, async: false

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.SimpleFlowTest do
defmodule Ash.Flow.SimpleFlowTest do
@moduledoc false
use ExUnit.Case, async: false

View file

@ -1,4 +1,4 @@
defmodule Ash.FlowTest.TransactionTest do
defmodule Ash.Flow.TransactionTest do
@moduledoc false
use ExUnit.Case, async: false