remove unused comment
This commit is contained in:
parent
ae94d26bde
commit
aca60184e2
|
@ -116,8 +116,6 @@ func TestDump(t *testing.T) {
|
|||
os.Remove(fp)
|
||||
assert.NoError(t, testEngine.DumpAllToFile(fp))
|
||||
|
||||
//panic("")
|
||||
|
||||
assert.NoError(t, PrepareEngine())
|
||||
|
||||
sess := testEngine.NewSession()
|
||||
|
|
Loading…
Reference in New Issue