Skip to content
Snippets Groups Projects

Adherence check - Static Application Security Testing (SAST)

Merged Hitesh Raghuvanshi requested to merge 440722-sast-adherence into master
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -54,7 +54,8 @@
response = service.execute
expect(response.status).to eq(:success)
expect(adherence.reload.updated_at.day - initial_updated_at.day).to eq(2)
expect((adherence.reload.updated_at.to_date - initial_updated_at.to_date).to_i).to eq(2)
end
end
end
Loading