Jeffrey Paul
7df558d8d0
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: sneak <sneak@sneak.berlin> Reviewed-on: #5
13 lines
138 B
Go
13 lines
138 B
Go
package log
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/stretchr/testify/assert"
|
|
)
|
|
|
|
func TestBuild(t *testing.T) {
|
|
Init()
|
|
assert.True(t, true)
|
|
}
|