From 776491902caf8c7bc4b7d989b6bad835850a7559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Tue, 14 Nov 2023 10:30:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Fix=20typo=20in=20ui=5Ftest.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows-agent/internal/proservices/ui/ui_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-agent/internal/proservices/ui/ui_test.go b/windows-agent/internal/proservices/ui/ui_test.go index 473f735ab..9ff97c8ca 100644 --- a/windows-agent/internal/proservices/ui/ui_test.go +++ b/windows-agent/internal/proservices/ui/ui_test.go @@ -133,7 +133,7 @@ func TestGetSubscriptionInfo(t *testing.T) { "Success with an organization subscription": {config: mockConfig{source: config.SourceRegistry}, wantType: organization}, "Success with a user subscription": {config: mockConfig{source: config.SourceUser}, wantType: user}, "Success with a store subscription": {config: mockConfig{source: config.SourceMicrosoftStore}, wantType: store}, - "Error when the subscription cannot be retreived": {config: mockConfig{subscriptionErr: true}, wantErr: true}, + "Error when the subscription cannot be retrieved": {config: mockConfig{subscriptionErr: true}, wantErr: true}, } for name, tc := range testCases {