Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/SELab-2/UGent-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ALBERICLOOS committed May 23, 2024
2 parents 60ef88a + 0a02e92 commit 28d37c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/fill_database_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def fill_database_mock() -> None:
"global_constraints": [
{
"type": "EXTENSION_NOT_PRESENT",
"extension": ".exe"
"not_present_extension": ".exe"
},
{
"type": "NOT_PRESENT",
Expand Down Expand Up @@ -150,7 +150,7 @@ def fill_database_mock() -> None:
},
{
"type": "EXTENSION_NOT_PRESENT",
"extension": ".log"
"not_present_extension": ".log"
}
]
}
Expand Down

0 comments on commit 28d37c1

Please sign in to comment.