mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Add unit tests. Refactor internals to allow reusing assertion method for finding matches in an array.
14 lines
113 B
JSON
14 lines
113 B
JSON
[
|
|
{
|
|
"id": "tyu",
|
|
"c": 3
|
|
},
|
|
{
|
|
"id": "zxy",
|
|
"a": 1
|
|
},
|
|
{
|
|
"id": "123",
|
|
"b": 2
|
|
}
|
|
] |