Skip to content

Commit f71a003

Browse files
rwjbluemuziejus
andauthored
Update guides/release/testing/testing-components.md
Co-Authored-By: muziejus <[email protected]>
1 parent ba36e16 commit f71a003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/testing/testing-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export default class LocationIndicatorComponent extends Component {
293293

294294
// when the coordinates change, call the location service to get the current city and country
295295
get city() {
296-
return this.locationService.getCurrentCity();
296+
return this.location.getCurrentCity();
297297
}
298298

299299
get country() {

0 commit comments

Comments
 (0)