update: StoreSubtitleRequestTest

This commit is contained in:
HDVinnie
2023-08-26 20:51:10 -04:00
parent a8c1a1039b
commit 5cf5a677c0
@@ -24,12 +24,14 @@ test('authorize', function (): void {
});
test('rules', function (): void {
$this->markTestIncomplete('This test case was generated by Shift. When you are ready, remove this line and complete this test case.');
$actual = $this->subject->rules();
$this->assertValidationRules([
'subtitle_file' => [
'required',
'mimes:srt,ass,sup,zip',
'file',
],
'language_id' => [
'required',