Skip to content

Commit 3dcb1dc

Browse files
AllanKoderCopilot
andauthored
Update tests/Feature/ComputerScienceResourceTest.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f28a1ac commit 3dcb1dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature/ComputerScienceResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function test_cleans_up_when_deleted()
206206
// Assert tags are removed
207207
$this->assertNull(TagFrequency::where('type', 'topics_tags')->where('tag', 'test1')->first());
208208
$this->assertNull(TagFrequency::where('type', 'programming_languages_tags')->where('tag', 'test2')->first());
209-
$this->assertNull(TagFrequency::where('type', 'general_tags')->where('tag', 'test2')->first());
209+
$this->assertNull(TagFrequency::where('type', 'general_tags')->where('tag', 'test3')->first());
210210

211211
// Assert image is deleted
212212
Storage::disk('public')->assertMissing($imagePath);

0 commit comments

Comments
 (0)