Skip to content

Commit

Permalink
add missing test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Aug 17, 2020
1 parent f50bea1 commit 88b6599
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/@jsii/kernel/test/kernel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,11 @@ defineTest(
},
},
js: { npm: 'jsii-calc' },
python: { distName: 'jsii-calc', module: 'jsii_calc' },
python: {
distName: 'jsii-calc',
module: 'jsii_calc',
classifiers: ['Test :: Classifier :: Is Dummy'],
},
});
expect(sandbox.naming({ assembly: '@scope/jsii-calc-lib' }).naming).toEqual(
{
Expand Down

0 comments on commit 88b6599

Please sign in to comment.