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 24, 2023
1 parent 885bba0 commit ab04259
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 ab04259

Please sign in to comment.