Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Jan 10, 2025
1 parent e1bf15e commit f77dbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/stratum/test/test_mining.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ TEST_CASE("Validate version mask incrementing", "[mining]")
// TEST_ASSERT_EQUAL_UINT8(0x6a, job.merkle_root[31]);
// }

TEST_CASE("Test extranonce 2 generation", "[mining extranonce2][fails]")
TEST_CASE("Test extranonce 2 generation", "[mining extranonce2]")
{
char *first = extranonce_2_generate(0, 4);
TEST_ASSERT_EQUAL_STRING("00000000", first);
Expand Down

0 comments on commit f77dbfe

Please sign in to comment.