mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Correct phrasing of test
This commit is contained in:
@@ -133,7 +133,7 @@ describe("Autocomplete controller", function() {
|
|||||||
expect(scope.filterUser({user: "prefix"})).to.be.eq(true);
|
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"}
|
scope.query = {text: "pre"}
|
||||||
expect(scope.filterUser({user: "Prefix"})).to.be.eq(true);
|
expect(scope.filterUser({user: "Prefix"})).to.be.eq(true);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user