已知小明在做 testing case 的时候写了如下代码:
assertEquals(4, Math.sqrt(16));
老板认为这个代码有问题,code review 的时候扣了小明工资,请问为什么?