We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fafb05 commit 3643688Copy full SHA for 3643688
src/cache_test.ts
@@ -656,7 +656,7 @@ describe('ListWatchCache', () => {
656
657
expect(addedList.length).to.equal(1);
658
});
659
- it('should resolve start promise after seeding the cache', async () => {
+ it('should resolve start promise after seeding the cache', async () => {
660
const fakeWatch = mock.mock(Watch);
661
const list: V1Namespace[] = [
662
{
0 commit comments