File tree Expand file tree Collapse file tree
agents/o2p-dbmigration-expert/prompts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ INSTRUCTIONS FOR SEED DATA:
4444- Do not commit seed data because tests are isolated within transactions and rolled back after each test.
4545- Ensure that changes to seed data do not conflict with other tests.
4646- Ensure seed data is loaded and verified before running tests.
47- - Priority should be given to re-using existing seed files.
47+ - Priority should be given to reusing existing seed files.
4848- Avoid truncate table statements because we want to keep existing database data intact.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ SEED DATA MANAGEMENT:
3535- Do not commit seed data because tests are isolated within transactions and rolled back after each test.
3636- Ensure seed data is loaded and verified before running tests.
3737- Avoid truncate table statements because we want to keep existing database data intact.
38- - Priority should be given to re-using existing seed files if any exist.
38+ - Priority should be given to reusing existing seed files if any exist.
3939- Establish a convention for seed file location and naming that downstream test creation will follow.
4040
4141OUTPUT:
You can’t perform that action at this time.
0 commit comments