Skip to content

Commit

Permalink
🌱 Fix typo in ui_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Nov 20, 2023
1 parent 280430e commit a8545b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-agent/internal/proservices/ui/ui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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 {
Expand Down

0 comments on commit a8545b8

Please sign in to comment.