Skip to content

Commit 4cb6619

Browse files
author
m-tanabe
committed
Remove unnecessary processing
1 parent 7e8d98e commit 4cb6619

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

caliper/tests/Feature/EppnTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ public function testGetLtiUsernameWhenAlternatenameIsNullWithEppn()
269269
{
270270
putenv('DB_EPPN=true');
271271
$event = Event::where('userid', 12)->first();
272-
$user = User::where('id', 12)->first();
273272
$interProd = expand($event);
274273
$product = compile($interProd);
275274
$this->assertEquals(

0 commit comments

Comments
 (0)