masfranzhuo/flutter_architecture

Error when pull to refresh list of users

masfranzhuo opened this issue · 1 comments

in the admin

   test('state stringify should be true', () {
      final state = InitialState();
      expect(state.stringify, true);
    });

    test('event stringify should be true', () {
      final event = GetEvent(id: 'id');
      expect(event.stringify, true);
    });

error because or left over code