Skip to content

Commit e5054a5

Browse files
committed
spelling: missing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 57d1d04 commit e5054a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rancher-desktop/backend/__tests__/k3sHelper.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe(K3sHelper, () => {
109109
expect(process('1.99.3+k3s4', ['1.99.3+k3s4'])).toEqual(false);
110110
expect(await subject.availableVersions).toHaveLength(1);
111111
});
112-
it('should ignore versions with missing assets', async() => {
112+
it('should ignore versions missing assets', async() => {
113113
expect(process('1.99.3+k3s4')).toEqual(true);
114114
expect(await subject.availableVersions).toHaveLength(0);
115115
});

0 commit comments

Comments
 (0)