Skip to content

Commit

Permalink
fix: Improved test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Oct 23, 2023
1 parent 1c03cc4 commit 7f1cb6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ test('LandscapeSharedDataVisualization: Display visualization', async () => {
'Custom Label: val11'
);

// Validate fetch input
// Validate api call input to fetch visualization config
// It should contain the owner slug and type
const fetchCall = terrasoApi.requestGraphQL.mock.calls[3];
expect(fetchCall[1]).toStrictEqual({
configSlug: 'config-slug',
Expand Down

0 comments on commit 7f1cb6f

Please sign in to comment.