Skip to content

Commit

Permalink
Removing extraneous function call
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Apr 11, 2023
1 parent bdda558 commit e9e5be1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/display/apis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ func TestGetScopes(t *testing.T) {
t.Run("no scopes should not truncate", func(t *testing.T) {
mockScopes := []management.ResourceServerScope{}

getScopes(mockScopes)

scopes, didTruncate := getScopes(mockScopes)
assert.Equal(t, "", scopes)
assert.False(t, didTruncate)
Expand Down

0 comments on commit e9e5be1

Please sign in to comment.