Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol authored Sep 12, 2024
1 parent 6ab7aa1 commit 578997d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('Kinesis target parameters validation', () => {
}).toThrow('Partition key must be less than or equal to 256 characters, received 257');
});

test('Partition key can be given for a token', () => {
test('validatePartitionKey works with a token', () => {
// ARRANGE
const app = new App();
const stack = new Stack(app, 'TestStack');
Expand Down

0 comments on commit 578997d

Please sign in to comment.