Skip to content

Commit 4d2aab8

Browse files
Sahil-tarentosreerag-tarentoshankaragoudab
authored
Cbrelease 4.8.32.1 (#236)
* KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot c… (#230) * KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot courses * Review Changes * Review Changes * Review Changes * KB-13094 Enabling Org specific 'Custom Fields' into Access Settings in Training Plan (#232) * KB-13094 : updated test case (#235) * KB-13094 Enabling Org specific 'Custom Fields' into Access Settings in Training Plan * updated test case --------- Co-authored-by: sreerag-tarento <sreerag.sajeesh@tarento.com> Co-authored-by: shankaragoudab <140387294+shankaragoudab@users.noreply.github.com>
1 parent 73e1fd1 commit 4d2aab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/igot/cb/service/CbPlanLearnerServiceImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ void testGetExistingContextData_WithCustomFields() throws Exception {
388388
method.setAccessible(true);
389389
method.invoke(service, "user123", "org123", userProfile);
390390

391-
assertEquals("CustomValue", userProfile.get("customText"));
391+
assertEquals("CustomValue", userProfile.get("customtext"));
392392
assertEquals("Java", userProfile.get("skill"));
393393
}
394394

0 commit comments

Comments
 (0)