You've already forked go-monobank
Commit
This commit is contained in:
@ -5,22 +5,22 @@ Testing DefaultApiService
|
||||
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech);
|
||||
// Code generated by OpenAPI Generator (https://monobank-generator.tech);
|
||||
|
||||
package monobank
|
||||
|
||||
import (
|
||||
"context"
|
||||
openapiclient "gitea.stuzer.link/stuzer05/go-monobank"
|
||||
monobankclient "gitea.stuzer.link/stuzer05/go-monobank"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_openapi_DefaultApiService(t *testing.T) {
|
||||
func Test_monobank_DefaultApiService(t *testing.T) {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
configuration := monobankclient.NewConfiguration()
|
||||
apiClient := monobankclient.NewAPIClient(configuration)
|
||||
|
||||
t.Run("Test DefaultApiService BankCurrencyGet", func(t *testing.T) {
|
||||
|
||||
|
Reference in New Issue
Block a user