From 4dc39646fe03bef1e80c444478e1730ddbc50b83 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 5 May 2023 22:25:53 -0700 Subject: [PATCH] iptools: set test size --- iptools/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iptools/BUILD.bazel b/iptools/BUILD.bazel index eac7b9c..65f3799 100644 --- a/iptools/BUILD.bazel +++ b/iptools/BUILD.bazel @@ -11,6 +11,7 @@ go_library( ], importpath = "git.wntrmute.dev/kyle/kdhcp/iptools", visibility = ["//visibility:public"], + deps = ["@dev_wntrmute_git_kyle_goutils//assert"], ) go_test( @@ -21,4 +22,5 @@ go_test( "range_test.go", ], embed = [":iptools"], + size = "small", )