Skip to content

Commit 41168e9

Browse files
authored
Fix fixint test in MessagePackTest. (#785)
1 parent 938a437 commit 41168e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack-core/src/test/scala/org/msgpack/core/MessagePackTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class MessagePackTest extends AirSpec with PropertyCheck with Benchmark {
7878

7979
test("detect fixint values") {
8080

81-
for (i <- 0 until 0x79) {
81+
for (i <- 0 until 0x7f) {
8282
Code.isPosFixInt(i.toByte) shouldBe true
8383
}
8484

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy