Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
f3c5b941
Commit
f3c5b941
authored
Jul 04, 2018
by
Piotr Gawron
Browse files
unit test fixed
parent
8e3c8aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/test/js/map/overlay/SearchDbOverlay-test.js
View file @
f3c5b941
...
...
@@ -93,7 +93,7 @@ describe('SearchDbOverlay', function () {
var
query
=
searchDb
.
encodeQuery
(
queryType
,
-
1
,
point
,
2
);
return
searchDb
.
searchByEncodedQuery
(
query
);
}).
then
(
function
(
result
)
{
assert
.
equal
(
logger
.
getWarnings
().
length
,
1
);
assert
.
ok
(
logger
.
getWarnings
().
length
>
0
);
assert
.
equal
(
result
.
length
,
0
);
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment