Skip to content

Commit 7b5ce39

Browse files
somdoronCopilot
andauthored
Update raft/src/test/scala/zio/raft/HMapPrefixRangeSpec.scala
Co-authored-by: Copilot <[email protected]>
1 parent 4cf55e1 commit 7b5ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raft/src/test/scala/zio/raft/HMapPrefixRangeSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ object HMapPrefixRangeSpec extends ZIOSpecDefault:
197197
}
198198

199199
test("computePrefixUpperBound for max string 0xff") {
200-
val prefixBytes = Array[Byte](0xff.toByte, 0xff.toByte)
200+
val prefixBytes = Array[Byte](0xff.toByte, 0xff.toByte)
201201
val hmap = HMap.empty[TestSchema]
202202
val upper = hmap.computePrefixUpperBound(prefixBytes)
203203

0 commit comments

Comments
 (0)