Skip to content

Commit

Permalink
test: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Nov 10, 2024
1 parent a75f6ed commit 732515f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('SafeDsCodeLensProvider', () => {
out Table();
}
`,
expectedCodeLensTitles: ['Run myPipeline', 'Explore instance'],
expectedCodeLensTitles: ['Run myPipeline', 'Explore Table'],
},
{
testName: 'block lambda with Table output',
Expand Down

0 comments on commit 732515f

Please sign in to comment.