Skip to content

Commit e7a41f9

Browse files
committed
chore: revert other branch change to node-processing
1 parent 19c5e88 commit e7a41f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gapic-node-processing/test/combine-libraries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('combine libraries', () => {
8484
it('should generate unique final directory paths', async () => {
8585
const libraryPaths = await generateFinalDirectoryPath(libraryConfigCJS);
8686
// This should be the amount of unique file paths in the tree directory
87-
assert.deepStrictEqual(libraryPaths.length, 102);
87+
assert.deepStrictEqual(libraryPaths.length, 103);
8888

8989
// Confirm there are only unique items in the array
9090
assert.deepStrictEqual(

0 commit comments

Comments
 (0)