mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-19 05:25:43 +00:00
chore: update test
This commit is contained in:
parent
898ca70ad1
commit
82ac6ab985
@ -1,7 +1,6 @@
|
||||
package license
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
@ -18,7 +17,6 @@ func TestValidateLicenseKey(t *testing.T) {
|
||||
name: "Testing license key",
|
||||
key: "26B383EE-95B2-4458-9C58-B376BD6183B1",
|
||||
expected: false,
|
||||
err: errors.New("invalid store or product id"),
|
||||
},
|
||||
{
|
||||
name: "invalid key",
|
||||
|
Loading…
x
Reference in New Issue
Block a user