Skip to content

Commit f5bf7b1

Browse files
committed
part 10
1 parent 6eb134d commit f5bf7b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/managers/builtin/helpers.shouldUseUv.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ suite('Helpers - shouldUseUv', () => {
7979
globalLocalValue: true,
8080
globalValue: true,
8181
};
82+
8283
mockConfig.get.withArgs('alwaysUseUv', true).returns(true);
8384
mockConfig.get.withArgs('alwaysUseUv').returns(true);
8485
mockConfig.inspect.withArgs('alwaysUseUv').returns(mockInspectResult);

0 commit comments

Comments
 (0)