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) {
type fields struct {
User User
UserID string
UserID UserID
Source Source
SourceID string
SourceID SourceID
ScrapeTimeInterval string
AccountUsername string
AccountID string