fix the build

This commit is contained in:
Arpit Jalan 2020-09-28 16:54:28 +05:30
parent c230d2e443
commit 2282fbcedd
1 changed files with 2 additions and 2 deletions

View File

@ -390,8 +390,8 @@ QUnit.test(
);
assert.equal(
find(".search-query").val(),
"none min_post_count:5",
'has updated search term to "none min_post_count:5"'
"none min_posts:5",
'has updated search term to "none min_posts:5"'
);
}
);