refactor(types): using correct types
This commit is contained in:
parent
b8e29de4fc
commit
598ca747eb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user