From a64a260c55fda78d8dc6d92996d9135e44fd0f6b Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 31 Oct 2022 13:56:10 +0100 Subject: [PATCH] fix(test): typo fix Signed-off-by: Sam Therapy --- cmd/dig_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dig_test.go b/cmd/dig_test.go index 02ee7a0..cb18f48 100644 --- a/cmd/dig_test.go +++ b/cmd/dig_test.go @@ -30,7 +30,7 @@ func FuzzDig(f *testing.F) { "expire", "noexpire", "ednsflags", "ednsflags=\"", "ednsflags=1", "noednsflags", "subnet=0.0.0.0/0", "subnet=::0/0", "subnet=b", "subnet=0", "subnet", - "cookie", "nocookeie", + "cookie", "nocookie", "keepopen", "keepalive", "nokeepopen", "nokeepalive", "nsid", "nonsid", "padding", "nopadding",