Skip to content

Commit

Permalink
Update ecc_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojian-ant authored May 11, 2024
1 parent 18538d7 commit 7aa145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacl/crypto/ecc/ecc_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ INSTANTIATE_TEST_SUITE_P(
FourQTest, FourQCurveTest,
::testing::ValuesIn(EcGroupFactory::Instance().ListLibraries("FourQ")));

TEST_P(FourQCurveTest, DISABLED_SpiTest) {
TEST_P(FourQCurveTest, SpiTest) {
EXPECT_STRCASEEQ(ec_->GetCurveName().c_str(), "FourQ");
EXPECT_EQ(ec_->GetCurveForm(), CurveForm::TwistedEdwards);
EXPECT_EQ(ec_->GetFieldType(), FieldType::Extension);
Expand Down

0 comments on commit 7aa145f

Please sign in to comment.