From 8a335225c705232fe1174755a1b1ea475456b864 Mon Sep 17 00:00:00 2001 From: xuri Date: Thu, 24 Mar 2022 00:19:30 +0800 Subject: Format code, update documentation and remove exported variable `XMLHeaderByte` --- calc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calc_test.go') diff --git a/calc_test.go b/calc_test.go index 4025cec..6708cdb 100644 --- a/calc_test.go +++ b/calc_test.go @@ -4629,7 +4629,7 @@ func TestCalcLogBeta(t *testing.T) { } func TestCalcBetainvProbIterator(t *testing.T) { - assert.Equal(t, 1.0, betainvProbIterator(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, true)) + assert.Equal(t, 1.0, betainvProbIterator(1, 1, 1, 1, 1, 1, 1, 1, 1)) } func TestNestedFunctionsWithOperators(t *testing.T) { -- cgit v1.2.1