Skip to content

Commit

Permalink
Updated metadata and added token_metadata to expected_metadata descri…
Browse files Browse the repository at this point in the history
…ption.
  • Loading branch information
vvuwei committed Mar 29, 2023
1 parent b4dfce4 commit 0bc1b01
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ integration-test:
docker-compose -f docker-compose.test.yml up -d --build
until </dev/tcp/localhost/8080; do sleep 15; done
cd cmd/metadata && INTEGRATION=true HASURA_HOST=127.0.0.1 HASURA_PORT=8080 bash -c 'go1.19 test -v -timeout=15s -run TestIntegration_HasuraMetadata' || true
docker-compose -f docker-compose.test.yml down -v
docker-compose -f docker-compose.test.yml down -v
16 changes: 16 additions & 0 deletions build/expected_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,19 @@ tables:
- status
- retry_count
- metadata

-
name: token_metadata
columns:
- id
- created_at
- updated_at
- update_id
- token_id
- network
- contract
- link
- metadata
- retry_count
- status
- image_processed

0 comments on commit 0bc1b01

Please sign in to comment.