@@ -42,7 +42,7 @@ public void CanTrackDuration()
4242 var config = LdAiConfig . Disabled ;
4343 var data = LdValue . ObjectFrom ( new Dictionary < string , LdValue >
4444 {
45- { "versionKey " , LdValue . Of ( config . VersionKey ) } ,
45+ { "variationKey " , LdValue . Of ( config . VariationKey ) } ,
4646 { "configKey" , LdValue . Of ( flagKey ) }
4747 } ) ;
4848 var tracker = new LdAiConfigTracker ( mockClient . Object , flagKey , config , context ) ;
@@ -61,7 +61,7 @@ public void CanTrackSuccess()
6161 var config = LdAiConfig . Disabled ;
6262 var data = LdValue . ObjectFrom ( new Dictionary < string , LdValue >
6363 {
64- { "versionKey " , LdValue . Of ( config . VersionKey ) } ,
64+ { "variationKey " , LdValue . Of ( config . VariationKey ) } ,
6565 { "configKey" , LdValue . Of ( flagKey ) }
6666 } ) ;
6767
@@ -80,7 +80,7 @@ public async void CanTrackDurationOfTask()
8080 var config = LdAiConfig . Disabled ;
8181 var data = LdValue . ObjectFrom ( new Dictionary < string , LdValue >
8282 {
83- { "versionKey " , LdValue . Of ( config . VersionKey ) } ,
83+ { "variationKey " , LdValue . Of ( config . VariationKey ) } ,
8484 { "configKey" , LdValue . Of ( flagKey ) }
8585 } ) ;
8686
@@ -114,7 +114,7 @@ public void CanTrackFeedback()
114114 var config = LdAiConfig . Disabled ;
115115 var data = LdValue . ObjectFrom ( new Dictionary < string , LdValue >
116116 {
117- { "versionKey " , LdValue . Of ( config . VersionKey ) } ,
117+ { "variationKey " , LdValue . Of ( config . VariationKey ) } ,
118118 { "configKey" , LdValue . Of ( flagKey ) }
119119 } ) ;
120120
@@ -135,7 +135,7 @@ public void CanTrackTokens()
135135 var config = LdAiConfig . Disabled ;
136136 var data = LdValue . ObjectFrom ( new Dictionary < string , LdValue >
137137 {
138- { "versionKey " , LdValue . Of ( config . VersionKey ) } ,
138+ { "variationKey " , LdValue . Of ( config . VariationKey ) } ,
139139 { "configKey" , LdValue . Of ( flagKey ) }
140140 } ) ;
141141
@@ -163,7 +163,7 @@ public void CanTrackResponseWithSpecificLatency()
163163 var config = LdAiConfig . Disabled ;
164164 var data = LdValue . ObjectFrom ( new Dictionary < string , LdValue >
165165 {
166- { "versionKey " , LdValue . Of ( config . VersionKey ) } ,
166+ { "variationKey " , LdValue . Of ( config . VariationKey ) } ,
167167 { "configKey" , LdValue . Of ( flagKey ) }
168168 } ) ;
169169
@@ -204,7 +204,7 @@ public void CanTrackResponseWithPartialData()
204204 var config = LdAiConfig . Disabled ;
205205 var data = LdValue . ObjectFrom ( new Dictionary < string , LdValue >
206206 {
207- { "versionKey " , LdValue . Of ( config . VersionKey ) } ,
207+ { "variationKey " , LdValue . Of ( config . VariationKey ) } ,
208208 { "configKey" , LdValue . Of ( flagKey ) }
209209 } ) ;
210210
0 commit comments