Skip to content

Commit a0469cd

Browse files
committed
Rename test package to parser_test
This change renames the package for parser tests to parser_test to further limit the dependencies that are required by downstream consumers. Signed-off-by: Evan Lezar <[email protected]>
1 parent d48612f commit a0469cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/parser/parser_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package parser
17+
package parser_test
1818

1919
import (
2020
"testing"

0 commit comments

Comments
 (0)