Skip to content

Commit

Permalink
fix typo in unit test - improves coverage (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe94 authored Feb 3, 2020
1 parent c31064f commit 271bc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ func TestTypedGetters(t *testing.T) {
topKeyMap = make(map[string]interface{})

m = map[string]interface{}{
"nonOfTheAboveType": struct{}{},
topKey: topKeyMap,
badTypeKey: struct{}{},
topKey: topKeyMap,
}
)

Expand Down

0 comments on commit 271bc0e

Please sign in to comment.