mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	test: fix test
This commit is contained in:
		| @@ -238,7 +238,7 @@ describe('Utility Methods', () => { | |||||||
| 	}); | 	}); | ||||||
|  |  | ||||||
| 	it('should make number human readable', (done) => { | 	it('should make number human readable', (done) => { | ||||||
| 		assert.equal(utils.makeNumberHumanReadable(null), null); | 		assert.equal(utils.makeNumberHumanReadable(null), 'null'); | ||||||
| 		done(); | 		done(); | ||||||
| 	}); | 	}); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user