File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed
Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package bolt
22
33import (
44 "github.com/semaphoreui/semaphore/db"
5+ "github.com/semaphoreui/semaphore/pkg/tz"
56 "testing"
6- "time"
77)
88
99func TestGetProjects (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package bolt
22
33import (
44 "github.com/semaphoreui/semaphore/db"
5+ "github.com/semaphoreui/semaphore/pkg/tz"
56 "testing"
6- "time"
77)
88
99func Test_SetTemplateDescription (t * testing.T ) {
Original file line number Diff line number Diff line change 11package bolt
22
33import (
4- "testing"
5- "time"
6-
74 "github.com/semaphoreui/semaphore/db"
5+ "github.com/semaphoreui/semaphore/pkg/tz"
6+ "testing"
87)
98
109func TestGetTemplateVaults (t * testing.T ) {
Original file line number Diff line number Diff line change 11package bolt
22
33import (
4- "testing"
5- "time"
6-
74 "github.com/semaphoreui/semaphore/db"
5+ "github.com/semaphoreui/semaphore/pkg/tz"
86 "github.com/stretchr/testify/require"
7+ "testing"
98)
109
1110func TestBoltDb_UpdateProjectUser (t * testing.T ) {
Original file line number Diff line number Diff line change 11package bolt
22
33import (
4+ "github.com/semaphoreui/semaphore/db"
5+ "github.com/semaphoreui/semaphore/pkg/tz"
46 "sort"
57 "testing"
6- "time"
7-
8- "github.com/semaphoreui/semaphore/db"
98)
109
1110func TestGetViews (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments