Files
services/test/integration/integration_test.go
Asim Aslam cecabe336f Cleanup (#102)
* cleanup

* cleanup go mod

* Remove doc generation

* add no integration test

* fix broken test

* rename workflow
2021-05-17 13:01:13 +01:00

8 lines
83 B
Go

package integration
import (
"testing"
)
func TestIntegrations(t *testing.T) {}