mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-24 23:51:18 +01:00
slugs lowercase duh
This commit is contained in:
@@ -221,7 +221,7 @@ describe('Groups', function() {
|
||||
if (err) return done(err);
|
||||
|
||||
assert.strictEqual('updateTestGroup?', groupObj.name);
|
||||
assert.strictEqual('updateTestGroup', groupObj.slug);
|
||||
assert.strictEqual('updatetestgroup', groupObj.slug);
|
||||
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user