Skip to content

Commit

Permalink
Change Fastod and AC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelS239 authored and chernishev committed May 31, 2024
1 parent 8aad9c5 commit 873b2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/test_ac_algorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ TEST_F(ACAlgorithmTest, ColumnTypesPairing) {
auto a = CreateACAlgorithmInstance(kSimpleTypes, algos::Binop::Addition, 0.0);
a->Execute();
auto& ranges = a->GetRangesCollections();
EXPECT_EQ(ranges.size(), 1);
EXPECT_EQ(ranges.size(), 2);
}

TEST_F(ACAlgorithmTest, CollectingACExceptions) {
Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_fastod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ INSTANTIATE_TEST_SUITE_P(
CSVConfigHash{kTestFD, 15333753345229147120ULL},
CSVConfigHash{kWdcAstrology, 723643032648123806ULL},
CSVConfigHash{kWdcGame, 3164616462792843131ULL},
CSVConfigHash{kWdcPlanetz, 3164616455022529293ULL},
CSVConfigHash{kWdcPlanetz, 11920309231858256338ULL},
CSVConfigHash{kWdcSymbols, 2211268401046792ULL},
CSVConfigHash{kNeighbors10k, 11706974185824900569ULL},
CSVConfigHash{kNeighbors100k, 11706974185824900569ULL},
Expand Down

0 comments on commit 873b2e6

Please sign in to comment.