appstore: fix HandleError
This commit is contained in:
@@ -58,6 +58,11 @@ func TestHandleError(t *testing.T) {
|
||||
in: 21008,
|
||||
out: ErrReceiptIsForProduction,
|
||||
},
|
||||
{
|
||||
name: "status 21009",
|
||||
in: 21009,
|
||||
out: ErrInternalDataAccessError,
|
||||
},
|
||||
{
|
||||
name: "status 21010",
|
||||
in: 21010,
|
||||
|
||||
Reference in New Issue
Block a user