Skip to content

Commit 3643688

Browse files
author
Ben Buzbee
committed
Format merge
1 parent 6fafb05 commit 3643688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ describe('ListWatchCache', () => {
656656

657657
expect(addedList.length).to.equal(1);
658658
});
659-
it('should resolve start promise after seeding the cache', async () => {
659+
it('should resolve start promise after seeding the cache', async () => {
660660
const fakeWatch = mock.mock(Watch);
661661
const list: V1Namespace[] = [
662662
{

0 commit comments

Comments
 (0)