test: add test case for in ("") by ankush [frappe] PR#25189
From: https://github.com/frappe/frappe/pull/25189
Date: 2024-03-02 11:30:02+05:30
- test: add test case for in ("") (#25189)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25189
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease