Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radazen committed Oct 24, 2024
1 parent e9496e6 commit 73f1ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/graphql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ func testSyncShouldProcessMedia(t *testing.T) {
response, err := syncTokensMutation(ctx, c, []Chain{ChainEthereum}, nil)

tokens := assertSyncedTokens(t, response, err, 1)
media := waitForSynced[*syncTokensMutationSyncTokensSyncTokensPayloadViewerUserGalleryUserTokensTokenMediaVideoMedia](*tokens[0].Media)
media := waitForSynced[*syncTokensMutationSyncTokensSyncTokensPayloadViewerUserGalleryUserTokensTokenMediaGIFMedia](*tokens[0].Media)
assert.Equal(t, string(persist.MediaTypeGIF), *media.MediaType)
assert.NotEmpty(t, *media.MediaURL)
})
Expand Down

0 comments on commit 73f1ce1

Please sign in to comment.