gofmt
the build was successful Details

This commit is contained in:
konrad 2018-01-16 16:24:29 +01:00 committed by kolaente
parent 1b6a304ae8
commit a01f0a7b33
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
4 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
package models
import (
"testing"
"github.com/stretchr/testify/assert"
"io/ioutil"
"os"
"testing"
)
func TestSetConfig(t *testing.T) {

View File

@ -1,12 +1,12 @@
package models
import (
"testing"
"github.com/stretchr/testify/assert"
"testing"
)
func TestSetEngine(t *testing.T) {
Config.Database.Path = "file::memory:?cache=shared"
err := SetEngine()
assert.NoError(t, err)
}
}

View File

@ -1,8 +1,8 @@
package models
import (
"testing"
"github.com/stretchr/testify/assert"
"testing"
)
func TestSetQuantity(t *testing.T) {

View File

@ -1,8 +1,8 @@
package models
import (
"testing"
"github.com/stretchr/testify/assert"
"testing"
)
func TestGetStatusList(t *testing.T) {