File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ func TestErome_QueryAlbum1(t *testing.T) {
1616
1717 assert .NoError (t , err )
1818 assert .Equal (t , NumberOfMedia , len (resp .Media ))
19- assert .Equal (t , "YI93aUC3" , resp .Media [0 ].Metadata ["id " ])
20- assert .Equal (t , "likablewoman@Onlyfans" , resp .Media [0 ].Metadata ["name " ])
19+ assert .Equal (t , "YI93aUC3" , resp .Media [0 ].Metadata ["name " ])
20+ assert .Equal (t , "likablewoman@Onlyfans" , resp .Media [0 ].Metadata ["title " ])
2121}
2222
2323func TestErome_QueryAlbum2 (t * testing.T ) {
@@ -29,6 +29,6 @@ func TestErome_QueryAlbum2(t *testing.T) {
2929
3030 assert .NoError (t , err )
3131 assert .Equal (t , NumberOfMedia , len (resp .Media ))
32- assert .Equal (t , "oidPGn1c" , resp .Media [0 ].Metadata ["id " ])
33- assert .Equal (t , "likablewoman" , resp .Media [0 ].Metadata ["name " ])
32+ assert .Equal (t , "oidPGn1c" , resp .Media [0 ].Metadata ["name " ])
33+ assert .Equal (t , "likablewoman" , resp .Media [0 ].Metadata ["title " ])
3434}
You can’t perform that action at this time.
0 commit comments