Skip to content

Commit

Permalink
PointTest: add comment explaining Gson usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 12, 2024
1 parent 94e0b12 commit f57b133
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maestro-client/src/test/java/maestro/PointTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import com.google.common.truth.Truth.assertThat
import com.google.gson.Gson
import org.junit.jupiter.api.Test

/**
* Maestro Cloud uses Gson for serialization. This test ensures that Point class
* can be deserialized correctly.
*
* See https://github.com/mobile-dev-inc/maestro/pull/627
*/
internal class PointTest {

@Test
Expand Down

0 comments on commit f57b133

Please sign in to comment.