Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Sep 7, 2023
1 parent e66f7e6 commit 709b181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/chifra/pkg/tslib/list_integration_test.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.")
}

Expand Down

0 comments on commit 709b181

Please sign in to comment.