mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 20:41:11 +08:00
FIX: case sensitive unconditional add of exact match in user search
This commit is contained in:
@ -58,7 +58,7 @@ module("lib:user-search", {
|
||||
});
|
||||
|
||||
test("it places groups unconditionally for exact match", function() {
|
||||
return userSearch({term: 'team'}).then((results)=>{
|
||||
return userSearch({term: 'Team'}).then((results)=>{
|
||||
equal(results[results.length-1]["name"], "team");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user