Skip to content

Commit

Permalink
Remove unused setup
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Mar 6, 2024
1 parent be5d909 commit fc5789c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ auto create_account_leaf_data(fr const& account_alias_hash,
class join_split_tests : public ::testing::Test {
protected:
static constexpr size_t ACCOUNT_INDEX = 14;
static void SetUpTestCase()
{
srs::init_crs_factory("../srs_db/ignition");
auto crs_factory = std::make_unique<bb::srs::factories::FileCrsFactory<curve::BN254>>("../srs_db/ignition");
}

virtual void SetUp()
{
Expand Down

0 comments on commit fc5789c

Please sign in to comment.