1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-29 18:04:17 +02:00

rename test dir

This commit is contained in:
asim 2023-07-11 09:25:35 +01:00
parent 8020303017
commit 416f65e814
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package tests
package test
import (
"testing"

View File

@ -1,5 +1,5 @@
// Package tests implements a testing framwork, and provides default tests.
package tests
// Package test implements a testing framwork, and provides default tests.
package test
import (
"context"