mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-05 21:58:39 -04:00
testing: Improve testing CRUD for reports
Ensure we don't get silent errors if the Lua code is longer than the database column, don't leave out the first report from testing, test fetching multiple reports.
This commit is contained in:
@ -321,7 +321,7 @@ var data = []TestData{
|
||||
reports: []handlers.Report{
|
||||
handlers.Report{
|
||||
UserId: 0,
|
||||
Name: "",
|
||||
Name: "Monthly Expenses",
|
||||
Lua: `
|
||||
function account_series_map(accounts, tabulation)
|
||||
map = {}
|
||||
|
Reference in New Issue
Block a user