Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 17, 2024
1 parent ab50318 commit 3710168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function testGetAvailable(): void {
$result = $this->service->getAvailable();

$this->assertNotEmpty($result);
$this->assertNotEmpty($result['De']);
$this->assertNotEmpty($result['DE']);
}

}

0 comments on commit 3710168

Please sign in to comment.