Skip to content

Commit 8db30cf

Browse files
fix TestScan
1 parent a1a22f5 commit 8db30cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persist/sqlite/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func TestScan(t *testing.T) {
296296
RegistryEntriesTotal: 50,
297297
}
298298
v2Settings := proto4.HostSettings{
299-
ProtocolVersion: [3]uint8{5, 0, 0},
299+
ProtocolVersion: [3]uint8{5, 0, 1},
300300
Release: "test",
301301
AcceptingContracts: true,
302302
WalletAddress: w.Address(),

0 commit comments

Comments
 (0)