test('Get brand', async () => {
    try {
      await Brands.getBrand({ _id: 'fakeId' });
    } catch (e) {
      expect(e.message).toBe('Brand not found');