diff --git a/src/apps/chifra/pkg/tslib/list_integration_test.go b/src/apps/chifra/pkg/tslib/list_integration_test.go index abce2a05f9..dd5521610d 100644 --- a/src/apps/chifra/pkg/tslib/list_integration_test.go +++ b/src/apps/chifra/pkg/tslib/list_integration_test.go @@ -1,3 +1,6 @@ +//go:build integration +// +build integration + // Copyright 2021 The TrueBlocks Authors. All rights reserved. // Use of this source code is governed by a license that can // be found in the LICENSE file. @@ -36,7 +39,6 @@ func TestGetSpecials2(t *testing.T) { } if len(specials) != 42 { - fmt.Println(specials) t.Error("Wrong number of special blocks ", len(specials), ". Should have 39.") }