Skip to content

Commit

Permalink
stray test case crept in
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Mar 29, 2022
1 parent 6d2eafe commit 6f3b487
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions blackmagic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ func TestAssignment(t *testing.T) {
return &v
},
},
{
Name: `lestrrat-go/jwx#389`,
Error: true,
Value:
Destination: func() interface{} {
var s struct{}
return &s
},
},
}

for _, tc := range testcases {
Expand Down

0 comments on commit 6f3b487

Please sign in to comment.