8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent 0adb5df commit 7bceba4Copy full SHA for 7bceba4
tests/integration/tables/programs.cpp
@@ -26,7 +26,7 @@ class ProgramsTest : public testing::Test {
26
TEST_F(ProgramsTest, test_sanity) {
27
QueryData data = execute_query("select * from programs");
28
ASSERT_GT(data.size(), 0ul);
29
- ValidatatioMap row_map = {{"name", NonEmptyString},
+ ValidatatioMap row_map = {{"name", NormalType},
30
{"version", NormalType},
31
{"install_location", NormalType},
32
{"install_source", NormalType},
0 commit comments