Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 3, 2024
1 parent e04a6dd commit 21a1f40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Api/Glances/GlanceDataFieldsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ class GlanceDataFieldsTest extends TestCase
{
public function testCanBeConstructed(): void
{
$glanceDataFields = new GlanceDataFields();

$this->assertInstanceOf(GlanceDataFields::class, $glanceDataFields);
$this->assertInstanceOf(GlanceDataFields::class, new GlanceDataFields());
}

public function testSetTitle(): void
Expand Down

0 comments on commit 21a1f40

Please sign in to comment.