Skip to content

Commit

Permalink
Remove unused local variable's from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Jan 21, 2022
1 parent e899ed8 commit 7afd9f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ TEST_CASE("Signature tests")
SECTION("Should not verify aggregate with same message under BasicScheme")
{
vector<uint8_t> message = {100, 2, 254, 88, 90, 45, 23};
uint8_t hash[BLS::MESSAGE_HASH_LEN];

vector<uint8_t> seed(32, 0x50);
vector<uint8_t> seed2(32, 0x70);
Expand All @@ -662,7 +661,6 @@ TEST_CASE("Signature tests")
SECTION("Should verify aggregate with same message under AugScheme/PopScheme")
{
vector<uint8_t> message = {100, 2, 254, 88, 90, 45, 23};
uint8_t hash[BLS::MESSAGE_HASH_LEN];

vector<uint8_t> seed(32, 0x50);
vector<uint8_t> seed2(32, 0x70);
Expand Down

0 comments on commit 7afd9f5

Please sign in to comment.