Skip to content

Commit

Permalink
Fix TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Dec 13, 2024
1 parent 18a606f commit 4c80040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/chains/Polkadot/TransactionCompilerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ TEST(PolkadotCompiler, CompileWithSignatures) {
Polkadot::Proto::SigningOutput output;
ASSERT_TRUE(output.ParseFromArray(outputData.data(), (int)outputData.size()));
EXPECT_EQ(output.encoded().size(), 0ul);
// TODO:
//EXPECT_EQ(output.error(), Common::Proto::Error_signatures_count);
EXPECT_EQ(output.error(), Common::Proto::Error_signatures_count);
}
}

Expand Down

0 comments on commit 4c80040

Please sign in to comment.