Skip to content

Commit

Permalink
Use consistent reverse-chronological order for history record test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ecc1 committed Feb 25, 2020
1 parent c4ad982 commit 2b02c1f
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 554 deletions.
1 change: 1 addition & 0 deletions historyrecord_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func TestTreatments(t *testing.T) {
t.Error(err)
return
}
ReverseHistory(records)
treatments := Treatments(records)
treatmentFile := testFileName(c.treatments) + ".json"
eq, msg := compareDataToJSON(treatments, treatmentFile)
Expand Down
Loading

0 comments on commit 2b02c1f

Please sign in to comment.