Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/aelassas/movinin
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 8, 2025
2 parents aaa6ae9 + 9f91aae commit 3fd0ff7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ You can also install the Android App by downloading the APK and installing it on
15. [Logs](https://github.com/aelassas/movinin/wiki/Logs)
16. [FAQ](https://github.com/aelassas/movinin/wiki/FAQ)

## Support

If you find this project helpful, consider buying me a coffee.

<a href="https://www.buymeacoffee.com/aelassas" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

## License

Movin' In is [MIT licensed](https://github.com/aelassas/movinin/blob/main/LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion api/__tests__/testHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const deleteLocation = async (id: string) => {
expect(res.deletedCount).toBe(1)
}

export const GetRandomEmail = () => `${getName('random')}@test.bookcars.ma`
export const GetRandomEmail = () => `${getName('random')}@test.movinin.io`

export const GetRandromObjectId = () => new mongoose.Types.ObjectId()

Expand Down
2 changes: 1 addition & 1 deletion api/__tests__/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ describe('POST /api/delete-users', () => {
describe('POST /api/send-email', () => {
it('should send an email', async () => {
const payload = {
from: 'no-replay@bookcars.ma',
from: 'no-reply@movinin.io',
to: 'test@test.com',
subject: 'test',
message: 'test message',
Expand Down

0 comments on commit 3fd0ff7

Please sign in to comment.