Skip to content

Commit 05d3cdd

Browse files
Fix typo in comment
1 parent 7b90df1 commit 05d3cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/AblyLiveObjectsTests/ObjectMessageTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ struct ObjectMessageTests {
355355
#expect(objectData.string == nil)
356356
}
357357

358-
// @specOneOf(3/3) OD5b1 - This spec point is a bit weirdly worded, but here we're testing the case where `encoding` is not set and hence OD5a3 does not apply to the `string` property
358+
// @specOneOf(3/3) OD5b1 - This spec point is a bit weirdly worded, but here we're testing the case where `encoding` is not set and hence OD5b3 does not apply to the `string` property
359359
@Test
360360
func string() throws {
361361
let testString = "hello world"

0 commit comments

Comments
 (0)