Skip to content

Commit 043ab1e

Browse files
committed
fix LfmItemTest
1 parent 88fd633 commit 043ab1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LfmItemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function testIcon()
168168

169169
$item = new LfmItem($this->lfm_path, $this->lfm);
170170

171-
$this->assertEquals('fa-file', $item->icon());
171+
$this->assertEquals('baz', $item->icon());
172172

173173
// $path1 = m::mock(LfmPath::class);
174174
// $path1->shouldReceive('path')->with('absolute')->andReturn('foo/bar');

0 commit comments

Comments
 (0)