Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
agtorre committed May 21, 2015
1 parent 40beb95 commit de28c58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions access_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,8 @@ func TestExtraScopes(t *testing.T) {
t.Fatalf("extraScopes returned false with extra scopes")
}

if extraScopes("", "a") == false {
t.Fatalf("extraScopes returned false with extra scopes")
}

}

0 comments on commit de28c58

Please sign in to comment.