Skip to content

Commit

Permalink
Updated mega config size
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinSanders committed Apr 26, 2024
1 parent bd69c77 commit e58a5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpiceQL/tests/FunctionalTestsConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace SpiceQL;
TEST_F(TestConfig, FunctionalTestConfigConstruct) {
json megaConfig = testConfig.globalConf();

EXPECT_EQ(megaConfig.size(), 68);
EXPECT_EQ(megaConfig.size(), 69);
}

TEST_F(TestConfig, FunctionalTestConfigEval) {
Expand Down

0 comments on commit e58a5cb

Please sign in to comment.