浏览代码

tests for close and add IsClosed() method

xormplus 8 年之前
父节点
当前提交
6c25456e19
共有 1 个文件被更改,包括 1 次插入0 次删除
  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()