Skip to content

Commit

Permalink
Update to ActivityManager test wording
Browse files Browse the repository at this point in the history
Co-authored-by: Steffen Zschaler <[email protected]>
  • Loading branch information
barnettwilliam and szschaler authored Mar 5, 2024
1 parent 52769f3 commit c1fc48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/test/spec/testActivityManagerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe("ActivityManager", () => {
expect(am.activitiesUrl).toBe(ACTIVITY_URL);
})

it ("if the current activity is provided in the url query string, set the activityId property", () => {
it ("sets the activityId property if the current activity is provided in the url query string", () => {
const ACTIVITY_ID="a1"
const QUERY = "?"+ ACTIVITY_ID + "=&" + "activities=" + ACTIVITY_URL;
spySearch.and.returnValue(QUERY); // Update the spy
Expand Down

0 comments on commit c1fc48e

Please sign in to comment.