Skip to content

Conversation

@nategbrown9
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 11, 2024

Unit Test Results

  50 files    50 suites   35s ⏱️
128 tests 128 ✔️ 0 💤 0
174 runs  174 ✔️ 0 💤 0

Results for commit 5f6533a.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@syoung-smallwisdom syoung-smallwisdom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. One nit about using an object for clientData.

assertNotNull(record)
assertEquals(instanceGuid, record.instanceGuid)

val updatedRecord = record.copy(clientData = JsonPrimitive("Test data"))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to set the clientData as a JsonObject rather than a primitive? Since we need to be able to merge scheduling data that we set when updating the start times with app data that the app uses, this is always going to be an object. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants