Skip to content

Commit

Permalink
Remove nonsensical code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kislaykishore committed Oct 22, 2024
1 parent 1e9ef9b commit 344d398
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/storage/storage_handle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ func TestStorageHandleTestSuite(t *testing.T) {
}

func (testSuite *StorageHandleTest) SetupTest() {
var err error
testSuite.fakeStorage = NewFakeStorage()
assert.Nil(testSuite.T(), err)
}

func (testSuite *StorageHandleTest) TearDownTest() {
Expand Down

0 comments on commit 344d398

Please sign in to comment.