Explorar el Código

tests for close and add IsClosed() method

xormplus hace 8 años
padre
commit
6c25456e19
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      session_test.go

+ 1 - 0
session_test.go

@@ -11,6 +11,7 @@ import (
 )
 
 func TestClose(t *testing.T) {
+
 	assert.NoError(t, prepareEngine())
 
 	sess1 := testEngine.NewSession()