feat(dashboard,currency): added Tajikistani somoni currency (#13178)
* added Tajikistani somoni currency * updated currencies.ts * changeset * updated changeset --------- Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com>
This commit is contained in:
co-authored by
William Bouchard
parent
d724f079a8
commit
1b681a79da
+3
-3
@@ -86,7 +86,7 @@ moduleIntegrationTestRunner<ICurrencyModuleService>({
|
||||
const [currenciesResult, count] =
|
||||
await service.listAndCountCurrencies({}, {})
|
||||
|
||||
expect(count).toEqual(122)
|
||||
expect(count).toEqual(123)
|
||||
expect(currenciesResult).toEqual(
|
||||
expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
@@ -123,7 +123,7 @@ moduleIntegrationTestRunner<ICurrencyModuleService>({
|
||||
const [currenciesResult, count] =
|
||||
await service.listAndCountCurrencies({}, { skip: 5, take: 1 })
|
||||
|
||||
expect(count).toEqual(122)
|
||||
expect(count).toEqual(123)
|
||||
expect(currenciesResult).toEqual([
|
||||
expect.objectContaining({
|
||||
code: "aud",
|
||||
@@ -144,7 +144,7 @@ moduleIntegrationTestRunner<ICurrencyModuleService>({
|
||||
|
||||
const serialized = JSON.parse(JSON.stringify(currenciesResult))
|
||||
|
||||
expect(count).toEqual(122)
|
||||
expect(count).toEqual(123)
|
||||
expect(serialized).toEqual([
|
||||
{
|
||||
code: "aed",
|
||||
|
||||
Reference in New Issue
Block a user