Skip to content

Commit 684b8d2

Browse files
committed
update golden file
1 parent f384b92 commit 684b8d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.hspec-failures

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FailureReport {failureReportSeed = 1246204243, failureReportMaxSuccess = 100, failureReportMaxSize = 100, failureReportMaxDiscardRatio = 10, failureReportPaths = []}
1+
FailureReport {failureReportSeed = 781992162, failureReportMaxSuccess = 100, failureReportMaxSize = 100, failureReportMaxDiscardRatio = 10, failureReportPaths = []}

test/ps/output/Golden.RecordsUpdate.Test/golden.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local function PSLUA_object_update(o, patches)
22
local o_copy = {}
33
for k, v in pairs(o) do
4-
local patch_v = patches
4+
local patch_v = patches[k]
55
if patch_v ~= nil then
66
o_copy[k] = patch_v
77
else

0 commit comments

Comments
 (0)