wip-code-check #44

Merged
lash merged 54 commits from wip-code-check into master 2024-09-10 14:25:50 +02:00
Showing only changes of commit 04ea11dd6d - Show all commits

View File

@ -4,7 +4,6 @@ import (
"context"
"git.defalsify.org/vise.git/lang"
"git.grassecon.net/urdt/ussd/internal/utils"
"github.com/stretchr/testify/mock"
)
@ -13,7 +12,7 @@ type MockDb struct {
}
func (m *MockDb) SetPrefix(prefix uint8) {
m.Called(utils.DATA_FAMILY_NAME)
m.Called(prefix)
}
func (m *MockDb) Prefix() uint8 {