Skip to content

Commit 6fa439d

Browse files
committed
[ECO-5386] Renamed code file to appropriate file names
1 parent 36f9844 commit 6fa439d

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

live-objects/src/main/kotlin/io/ably/lib/objects/serialization/Serialization.kt renamed to live-objects/src/main/kotlin/io/ably/lib/objects/serialization/DefaultSerialization.kt

File renamed without changes.

live-objects/src/test/kotlin/io/ably/lib/objects/unit/ObjectMessageSizeTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class ObjectMessageSizeTest {
8282

8383
nonce = "nonce123", // Not counted in operation size
8484
initialValue = Binary("some-value".toByteArray()), // Not counted in operation size
85+
initialValueEncoding = ProtocolMessageFormat.Json // Not counted in operation size
8586
), // Total ObjectOperation size: 12 + 8 + 26 + 8 = 54 bytes
8687

8788
objectState = ObjectState(

live-objects/src/test/kotlin/io/ably/lib/objects/unit/fixtures/ObjectMessageFixture.kt renamed to live-objects/src/test/kotlin/io/ably/lib/objects/unit/fixtures/ObjectMessageFixtures.kt

File renamed without changes.

0 commit comments

Comments
 (0)