Skip to content

Commit 090618a

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

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
@@ -297,7 +297,7 @@ export default class LocationIndicatorComponent extends Component {
297297
}
298298

299299
get country() {
300-
return this.locationService.getCurrentCountry();
300+
return this.location.getCurrentCountry();
301301
}
302302
};
303303
```

0 commit comments

Comments
 (0)