Skip to content

Commit

Permalink
Ordering of Imports Updated
Browse files Browse the repository at this point in the history
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
  • Loading branch information
ChaitanyaD48 committed Apr 10, 2024
1 parent 48ddf68 commit da129e4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -8,10 +8,11 @@ import (

"github.com/gin-gonic/gin"
"github.com/golang-jwt/jwt"
"github.com/stretchr/testify/assert"

"github.com/litmuschaos/litmus/chaoscenter/authentication/api/middleware"
"github.com/litmuschaos/litmus/chaoscenter/authentication/api/mocks"
"github.com/litmuschaos/litmus/chaoscenter/authentication/pkg/utils"
"github.com/stretchr/testify/assert"
)

func TestJwtMiddleware(t *testing.T) {
Expand Down

0 comments on commit da129e4

Please sign in to comment.