Skip to content

Commit

Permalink
fix: amazon.{nl,de} test urls (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyrec committed Sep 30, 2020
1 parent f1d22d1 commit 589fbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/store/model/amazon-de.ts
Expand Up @@ -16,7 +16,7 @@ export const AmazonDe: Store = {
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
url: 'https://www.amazon.de/dp/B083JX52VG/'
},
{
brand: 'pny',
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/amazon-nl.ts
Expand Up @@ -16,7 +16,7 @@ export const AmazonNl: Store = {
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
url: 'https://www.amazon.nl/dp/B083GGYNQ6/'
},
{
brand: 'msi',
Expand Down

0 comments on commit 589fbbc

Please sign in to comment.