Skip to content
Snippets Groups Projects

Resolve "Rewrite tests/identity/augmentation/excludedIsMember_test.exs"

2 files
+ 34
54
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -40,8 +40,6 @@ defmodule Identity.Augmentation.CountMembersTest do
doctest Index.Augmentation.IIndex
# TODO : Remove calls to functions Index.Generation.add_identity and Index.Generation.add_excluded
setup_all do
# Test with HEAD.number == 0
local_iindex = :ets.new(:local_iindex, [:set, :protected])
Loading