Skip to content

Commit

Permalink
add tearDown method
Browse files Browse the repository at this point in the history
  • Loading branch information
kkumar-gcc committed Nov 17, 2024
1 parent 3c830f7 commit e652ad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/test_request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ func (s *TestRequestSuite) SetupTest() {
sessionFacade = s.mockSessionManager
}

func (s *TestRequestSuite) TearDownTest() {
sessionFacade = nil
}

func (s *TestRequestSuite) TestSetSessionErrors() {
type testCase struct {
name string
Expand Down

0 comments on commit e652ad0

Please sign in to comment.