Skip to content

Commit 8e6e60f

Browse files
committed
fix rename ut
1 parent c1b5323 commit 8e6e60f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

code/go/0chain.net/blobbercore/allocation/renamefilechange_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ func setupMockForFileManagerInit(mock sqlmock.Sqlmock) {
9696
),
9797
)
9898

99-
mock.ExpectQuery(regexp.QuoteMeta(`SELECT count(*) FROM "reference_objects" WHERE`)).
100-
WillReturnRows(
101-
sqlmock.NewRows([]string{"count"}).AddRow(1000),
102-
)
103-
10499
mock.ExpectCommit()
105100
}
106101

0 commit comments

Comments
 (0)