mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-17 13:06:26 +02:00
Merge 987935cd86 into 05585e037b
This commit is contained in:
commit
904bfe803c
1 changed files with 0 additions and 4 deletions
|
|
@ -59,8 +59,6 @@ func TestParseBitcoindVersion(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
version := parseBitcoindVersion(tc.rpcVersion)
|
||||
require.Equal(t, tc.parsedVersion, version)
|
||||
|
|
@ -96,8 +94,6 @@ func TestParseBtcdVersion(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
version := parseBtcdVersion(tc.rpcVersion)
|
||||
require.Equal(t, tc.parsedVersion, version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue