Skip to content

Commit

Permalink
#1766 fixed procedure unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rriclet committed Feb 15, 2021
1 parent 7f32df8 commit 15fe024
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions thehive/test/resources/data/Procedure.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
{
"id": "testProcedure1",
"description": "The testProcedure 1",
"occurence": 1531667370000
"occurDate": 1531667370000,
"tactic": "tactic1"
},
{
"id": "testProcedure2",
"description": "The testProcedure 2",
"occurence": 1531667370000
"occurDate": 1531667370000,
"tactic": "tactic2"
}
]

0 comments on commit 15fe024

Please sign in to comment.