mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
Correct phrasing of test
This commit is contained in:
parent
78249122f7
commit
0d18738ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ describe("Autocomplete controller", function() {
|
|||
expect(scope.filterUser({user: "prefix"})).to.be.eq(true);
|
||||
});
|
||||
|
||||
it('filters with prefix of a different case and element and returns true', function() {
|
||||
it('filters with prefix element of a different case and returns true', function() {
|
||||
scope.query = {text: "pre"}
|
||||
expect(scope.filterUser({user: "Prefix"})).to.be.eq(true);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue