Skip to content

Commit

Permalink
#10471 fix test generated values
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloo committed Jul 11, 2024
1 parent 7ecb033 commit 4077b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/devices/get_system_date_and_time_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Onvif.Devices.GetSystemDateAndTimeTest do
{:ok, service_capabilities} = Onvif.Devices.GetSystemDateAndTime.request(device)

assert service_capabilities == %Onvif.Devices.SystemDateAndTime{
current_diff: -151215,
current_diff: -151435,
date_time_type: :manual,
datetime: ~U[2024-07-09 19:49:06Z],
daylight_savings: true,
Expand Down

0 comments on commit 4077b43

Please sign in to comment.