Cleanup: move license block
This commit is contained in:
parent
b3b132fd44
commit
f0215e20b8
@ -1,15 +1,5 @@
|
|||||||
package api_impl
|
package api_impl
|
||||||
|
|
||||||
import (
|
|
||||||
"context"
|
|
||||||
"testing"
|
|
||||||
|
|
||||||
"github.com/golang/mock/gomock"
|
|
||||||
"github.com/stretchr/testify/assert"
|
|
||||||
"gitlab.com/blender/flamenco-ng-poc/internal/manager/persistence"
|
|
||||||
"gitlab.com/blender/flamenco-ng-poc/pkg/api"
|
|
||||||
)
|
|
||||||
|
|
||||||
/* ***** BEGIN GPL LICENSE BLOCK *****
|
/* ***** BEGIN GPL LICENSE BLOCK *****
|
||||||
*
|
*
|
||||||
* Original Code Copyright (C) 2022 Blender Foundation.
|
* Original Code Copyright (C) 2022 Blender Foundation.
|
||||||
@ -30,6 +20,16 @@ import (
|
|||||||
*
|
*
|
||||||
* ***** END GPL LICENSE BLOCK ***** */
|
* ***** END GPL LICENSE BLOCK ***** */
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/golang/mock/gomock"
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
|
"gitlab.com/blender/flamenco-ng-poc/internal/manager/persistence"
|
||||||
|
"gitlab.com/blender/flamenco-ng-poc/pkg/api"
|
||||||
|
)
|
||||||
|
|
||||||
func TestTaskUpdate(t *testing.T) {
|
func TestTaskUpdate(t *testing.T) {
|
||||||
mockCtrl := gomock.NewController(t)
|
mockCtrl := gomock.NewController(t)
|
||||||
defer mockCtrl.Finish()
|
defer mockCtrl.Finish()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user