From 5193809342c63078dc17bb142ad50beae34b9331 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 17 Jul 2024 11:45:31 -0300 Subject: src/lib.go, tests/lib_test.go: Normaline function argument declarations --- tests/lib_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/lib_test.go') diff --git a/tests/lib_test.go b/tests/lib_test.go index 2e872ec..5ca6fce 100644 --- a/tests/lib_test.go +++ b/tests/lib_test.go @@ -65,8 +65,6 @@ func TestSetLoggerOutput(t *testing.T) { err := json.Unmarshal([]byte(s), &e) if err != nil { t.Fail() - // gobang.Mmain() - // gobang.Main() } if e.msg != "the message" { t.Fail() @@ -233,7 +231,9 @@ func TestWithHMACSHA256(t *testing.T) { type scryptTestVector struct { password string salt string - N, r, p int + N int + r int + p int output []byte } -- cgit v1.2.3