Skip to content

Commit

Permalink
Fix realm generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Feb 7, 2024
1 parent 298b52f commit ed19fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/realm_generator/test/good_test_data/map.expected
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ part of 'map.dart';
// ignore_for_file: type=lint
class LotsOfMaps extends _LotsOfMaps
with RealmEntity, RealmObjectBase, RealmObject {
@ejson
LotsOfMaps({
Map<String, Person?> persons = const {},
Map<String, bool> bools = const {},
Expand Down Expand Up @@ -170,6 +171,7 @@ class LotsOfMaps extends _LotsOfMaps
}

class Person extends _Person with RealmEntity, RealmObjectBase, RealmObject {
@ejson
Person(
String name,
) {
Expand Down

0 comments on commit ed19fbf

Please sign in to comment.