Skip to content

Commit

Permalink
Fix activity-profile test constant
Browse files Browse the repository at this point in the history
kelvinqian00 committed Jan 25, 2024
1 parent ba06c32 commit 9a724b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/com/yetanalytics/datasim/xapi/profile_test.clj
Original file line number Diff line number Diff line change
@@ -76,9 +76,9 @@

(def activity-profile
{:id "http://example.org/activity-profile"
:concepts [{:id "http://example.org/activity-with-type"
:type "Activity"
:definition {:type "http://example.org/activity-type-1"}}
:concepts [{:id "http://example.org/activity-with-type"
:type "Activity"
:activityDefinition {:type "http://example.org/activity-type-1"}}
{:id "http://example.org/activity-without-type"
:type "Activity"}
{:id "http://example.org/activity-type-1"

0 comments on commit 9a724b0

Please sign in to comment.