Skip to content

Commit

Permalink
Remove TODO in testSwitchStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Mar 18, 2024
1 parent 4cad381 commit 5111caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dnssec/dnskey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func testSwitchStatement(key uint8) uint8 {
case 8:
return 8
default:
return 0 // TODO replace with panic
panic("invalid key")
}
}

Expand Down

0 comments on commit 5111caa

Please sign in to comment.