refactor(types): using correct types

This commit is contained in:
SoXX 2024-08-09 22:14:56 +02:00
parent b8e29de4fc
commit 598ca747eb

View File

@ -5,9 +5,9 @@ import "testing"
func TestUserSource_TableName(t *testing.T) { func TestUserSource_TableName(t *testing.T) {
type fields struct { type fields struct {
User User User User
UserID string UserID UserID
Source Source Source Source
SourceID string SourceID SourceID
ScrapeTimeInterval string ScrapeTimeInterval string
AccountUsername string AccountUsername string
AccountID string AccountID string