Explorar el Código

Update unit test.

master
Savorboard hace 2 años
padre
commit
fe977f5d50
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      test/DotNetCore.CAP.Test/SnowflakeIdTest.cs

+ 0
- 3
test/DotNetCore.CAP.Test/SnowflakeIdTest.cs Ver fichero

@@ -15,9 +15,6 @@ namespace DotNetCore.CAP.Test
var result = instance.NextId();
var result2 = instance.NextId();

Assert.IsType<long>(result);
Assert.True(result > 0);
Assert.True(result.ToString().Length == long.MaxValue.ToString().Length);
Assert.True(result2 - result == 1);
}



Cargando…
Cancelar
Guardar