Skip to content

Commit

Permalink
LF-4689 Fix api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Brain committed Jan 23, 2025
1 parent 5e1b2ed commit 87553c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/tests/testEnvironment.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ async function tableCleanup(knex) {
.update({ default_initial_location_id: null });
return knex.raw(`
DELETE FROM "partner_reading_type";
DELETE FROM "farm_external_integration";
DELETE FROM "integrating_partner";
DELETE FROM "farm_addon";
DELETE FROM "addon";
DELETE FROM "sensor_reading_type";
DELETE FROM "sensor_reading";
DELETE FROM "sensor";
Expand Down

0 comments on commit 87553c9

Please sign in to comment.