summaryrefslogtreecommitdiff
path: root/internal/processing/status/boost_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/status/boost_test.go')
-rw-r--r--internal/processing/status/boost_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/processing/status/boost_test.go b/internal/processing/status/boost_test.go
index 0249e2040..96971c05e 100644
--- a/internal/processing/status/boost_test.go
+++ b/internal/processing/status/boost_test.go
@@ -18,7 +18,6 @@
package status_test
import (
- "context"
"testing"
"github.com/stretchr/testify/suite"
@@ -29,7 +28,7 @@ type StatusBoostTestSuite struct {
}
func (suite *StatusBoostTestSuite) TestBoostOfBoost() {
- ctx := context.Background()
+ ctx := suite.T().Context()
// first boost a status, no big deal
boostingAccount1 := suite.testAccounts["local_account_1"]