From 9a724b00917cd815c3090b06e0bd3bae4c072266 Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Thu, 25 Jan 2024 15:11:31 -0500 Subject: [PATCH] Fix activity-profile test constant --- src/test/com/yetanalytics/datasim/xapi/profile_test.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/com/yetanalytics/datasim/xapi/profile_test.clj b/src/test/com/yetanalytics/datasim/xapi/profile_test.clj index 26b28a33..7a0b8174 100644 --- a/src/test/com/yetanalytics/datasim/xapi/profile_test.clj +++ b/src/test/com/yetanalytics/datasim/xapi/profile_test.clj @@ -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"