Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Aug 14, 2024
1 parent b5809d5 commit 43f78a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/bolt/request/hello.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ mod tests {

let expected = bolt()
.structure(1, 0x01)
.tiny_map(4)
.tiny_map(5)
.tiny_string("scheme")
.tiny_string("basic")
.tiny_string("principal")
Expand All @@ -197,7 +197,7 @@ mod tests {

let expected = bolt()
.structure(1, 0x01)
.tiny_map(4)
.tiny_map(5)
.tiny_string("scheme")
.tiny_string("basic")
.tiny_string("principal")
Expand Down

0 comments on commit 43f78a7

Please sign in to comment.