diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-06 22:16:28 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-06 22:16:28 -0600 |
| commit | 7652bfc50afbfd352b498807a0ef96a1817b5a65 (patch) | |
| tree | 079b86b9172f0f25eecda6f05d2354328586bd7f /spec/unit/dotnet | |
| parent | fbe4503026270d10b52f6aa3385a2a3da5bec8df (diff) | |
Attempt to fix more recordings
Diffstat (limited to 'spec/unit/dotnet')
| -rw-r--r-- | spec/unit/dotnet/nuget_gateway_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/dotnet/nuget_gateway_spec.rb b/spec/unit/dotnet/nuget_gateway_spec.rb index 017985d..26e73f7 100644 --- a/spec/unit/dotnet/nuget_gateway_spec.rb +++ b/spec/unit/dotnet/nuget_gateway_spec.rb @@ -25,7 +25,7 @@ RSpec.describe Spandx::Dotnet::NugetGateway do pages = total_pages.times.map do |i| { '@id' => "https://api.nuget.org/v3/catalog0/page#{i}.json", - 'commitTimeStamp' => DateTime.now.iso8601 + 'commitTimeStamp' => Time.at(i).to_datetime.iso8601 } end |
