added en.Finish

This commit is contained in:
Alfred Kamanda 2024-09-30 22:00:28 +03:00
parent be165e5033
commit 9eb35ec52d
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -81,6 +81,7 @@ func TestTerms(t *testing.T) {
func TestAccountRegistrationRejectTerms(t *testing.T) {
en, _ := enginetest.TestEngine("session1234112")
defer en.Finish()
var err error
ctx := context.Background()
sessions := testData
@ -108,6 +109,7 @@ func TestAccountRegistrationRejectTerms(t *testing.T) {
func TestAccountRegistrationInvalidPin(t *testing.T) {
en, _ := enginetest.TestEngine("session1234112")
defer en.Finish()
var err error
ctx := context.Background()
sessions := testData