8 lines
137 B
Go
8 lines
137 B
Go
|
|
package service
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
func TestPlaceholder(t *testing.T) {
|
||
|
|
// Placeholder test keeps package-level test coverage active.
|
||
|
|
}
|