mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed double semicolon
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
425bfa4318
commit
d1c39a737f
|
@ -32,6 +32,6 @@ class CloneAssetTest extends TestCase
|
|||
->assertOk()
|
||||
->assertSee([
|
||||
'Asset to clone'
|
||||
], false);;
|
||||
], false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue