Przeglądaj źródła

tests for close and add IsClosed() method

xormplus 8 lat temu
rodzic
commit
6c25456e19
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      session_test.go

+ 1 - 0
session_test.go

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