Skip to content

Commit

Permalink
Fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Nov 12, 2024
1 parent 8903e92 commit 99099b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/gatsby-site/playwright/e2e-full/apps/submitted.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,13 +666,13 @@ test.describe('Submitted reports', () => {
embedding: null,
epoch_date_modified: null,
flagged_dissimilar_incidents: [],
incident_id: 4,
incident_id: 5,
nlp_similar_incidents: [],
title: "Incident title",
tsne: null,
reports: [
{
report_number: 9,
report_number: 10,
user: {
userId: "user1",
},
Expand Down
2 changes: 1 addition & 1 deletion site/gatsby-site/playwright/seeds/aiidprod/incidents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const incidents: DBIncident[] = [
9
],
"Alleged deployer of AI system": [
"entity1"
"entity-1"
],
"Alleged developer of AI system": [],
"Alleged harmed or nearly harmed parties": [],
Expand Down

0 comments on commit 99099b3

Please sign in to comment.