Browse Source

tests for close and add IsClosed() method

xormplus 8 năm trước cách đây
mục cha
commit
6c25456e19
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()