summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attributemanager
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-08-12 09:06:57 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-08-12 09:06:57 +0200
commit43597d9f7e1c65563d5fddcb13f66000ad98b9e6 (patch)
tree32c93f0d311839755f5549e8665a97030874e3f1 /searchlib/src/tests/attribute/attributemanager
parent96d88f5e9273060bb8d264e2988cb854048cf1d6 (diff)
Control swappable
Diffstat (limited to 'searchlib/src/tests/attribute/attributemanager')
-rw-r--r--searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp b/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
index 729067f1c6b..0fcd4db5bec 100644
--- a/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
+++ b/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
@@ -239,7 +239,7 @@ TEST("require that config can be converted")
{
CACA a;
EXPECT_TRUE(!CC::convert(a).swapable());
- a.swapable = true;
+ a.swappable = true;
EXPECT_TRUE(CC::convert(a).swapable());
}
{ // tensor
@@ -415,4 +415,4 @@ TEST("require that we can get readable attribute by name")
} // namespace search
-TEST_MAIN() { TEST_RUN_ALL(); } \ No newline at end of file
+TEST_MAIN() { TEST_RUN_ALL(); }