Skip to content

Commit

Permalink
Merge branch 'release/1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 4, 2022
2 parents 37bc035 + c48c5a1 commit 265be8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lexdee.MixProject do
def project do
[
app: :lexdee,
version: "1.0.5",
version: "1.0.6",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down
4 changes: 2 additions & 2 deletions test/lexdee/cluster/members_test.exs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
defmodule Lexdee.Cluster.MembersTest do
use ExUnit.Case

describe "index recursive 1" do
describe "index recursion 1" do
setup do
response =
File.read!(
"test/support/fixtures/responses/cluster/member/index_recursive_one.json"
"test/support/fixtures/responses/cluster/member/index_recursion_one.json"
)

bypass = Bypass.open()
Expand Down

0 comments on commit 265be8d

Please sign in to comment.