new test files
This commit is contained in:
@@ -69,7 +69,7 @@ it('dispatches AI processing jobs after upload finish publishes successfully', f
|
||||
->and($artwork->width)->toBeGreaterThan(0)
|
||||
->and($artwork->height)->toBeGreaterThan(0);
|
||||
|
||||
expect(File::exists((string) $tmpPath))->toBeTrue();
|
||||
expect(File::exists((string) $tmpPath))->toBeFalse();
|
||||
});
|
||||
|
||||
it('blocks upload finish only when the hash already belongs to a published artwork', function () {
|
||||
|
||||
Reference in New Issue
Block a user