Fix runtime error in test

pull/1155/head
Rick Carlino 2020-02-18 14:20:21 -06:00
parent 7555ccd05e
commit 2cd5c936d4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ defmodule FarmbotCore.Asset.CommandTest do
refute next_config
# Restore config to old value
:ok = Command.update(FirmwareConfig, 23, config)
:ok = Command.update(FirmwareConfig, 23, Map.from_struct(config))
end
test "update / destroy fbos config" do