File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class UpdateLicenseTest extends TestCase
1111 public function testPageRenders ()
1212 {
1313 $ this ->actingAs (User::factory ()->superuser ()->create ())
14- ->get (route ('licenses.update ' , License::factory ()->create ()->id ))
14+ ->get (route ('licenses.edit ' , License::factory ()->create ()->id ))
1515 ->assertOk ();
1616 }
1717}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function testPermissionRequiredToStoreLocation()
2121 public function testPageRenders ()
2222 {
2323 $ this ->actingAs (User::factory ()->superuser ()->create ())
24- ->get (route ('locations.update ' , Location::factory ()->create ()))
24+ ->get (route ('locations.edit ' , Location::factory ()->create ()))
2525 ->assertOk ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments