Skip to content

Commit

Permalink
renamed to recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 4, 2022
1 parent d9d8558 commit 1080c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 1080c53

Please sign in to comment.