Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bxcodec committed Jun 22, 2017
1 parent a981cae commit 0d12823
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion faker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ type SomeStruct struct {
type AStruct struct {
Number int64
Height int64
AnotherStruct BStruct
AnotherStruct CStruct
}

type BStruct struct {
Image string
}
type CStruct struct {
BStruct
Name string
}

func TestFakerData(t *testing.T) {
var a SomeStruct
Expand Down

0 comments on commit 0d12823

Please sign in to comment.