Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Aug 26, 2024
1 parent 4e12d6c commit d887857
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/snapshots/blueprint.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generated by [AVA](https://avajs.dev).
{
deprecationMessage: '',
description: 'Foo id',
format: 'string',
format: 'id',
isDeprecated: false,
isUndocumented: false,
jsonType: 'string',
Expand Down
Binary file modified test/snapshots/blueprint.test.ts.snap
Binary file not shown.
6 changes: 3 additions & 3 deletions test/snapshots/seam-blueprint.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generated by [AVA](https://avajs.dev).
{
deprecationMessage: '',
description: 'ID of the `acs_system`.',
format: 'string',
format: 'id',
isDeprecated: false,
isUndocumented: false,
jsonType: 'string',
Expand Down Expand Up @@ -69,7 +69,7 @@ Generated by [AVA](https://avajs.dev).
{
deprecationMessage: '',
description: 'Date and time at which the `acs_system` was created.',
format: 'string',
format: 'datetime',
isDeprecated: false,
isUndocumented: false,
jsonType: 'string',
Expand Down Expand Up @@ -220,7 +220,7 @@ Generated by [AVA](https://avajs.dev).
{
deprecationMessage: '',
description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`.',
format: 'string',
format: 'id',
isDeprecated: false,
isUndocumented: false,
jsonType: 'string',
Expand Down
Binary file modified test/snapshots/seam-blueprint.test.ts.snap
Binary file not shown.

0 comments on commit d887857

Please sign in to comment.