Skip to content

Commit

Permalink
Rename test package to parser_test
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
elezar committed Aug 4, 2023
1 parent d48612f commit a0469cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

package parser
package parser_test

import (
"testing"
Expand Down

0 comments on commit a0469cd

Please sign in to comment.