Skip to content

Commit

Permalink
Removing extraneous function call
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd authored and sergiught committed Apr 12, 2023
1 parent 0903b00 commit aee4a75
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 aee4a75

Please sign in to comment.