fix: test spec to allow pixel tolerance

by using updated Nimble-Snapshots v8.1.0
This commit is contained in:
Paul Zabelin
2020-01-06 19:55:56 -08:00
parent 23ee7394ef
commit 8d25da2996

View File

@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
ts.source_files = 'Example/Tests/**/*.{h,swift}', 'Example/PerspectiveTransform/resetAnchorPoint.swift'
ts.dependencies = {
'Quick' => '~> 2.2',
'Nimble-Snapshots' => '~> 8.0'
'Nimble-Snapshots' => '~> 8.1'
}
end
end