Skip to content

Commit

Permalink
Bug with serialization of UTestSetStaticFieldStatement fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilStepanov committed Feb 7, 2024
1 parent 9b91846 commit 94c5a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ class UTestInstSerializer(private val ctx: SerializationContext) {
private fun AbstractBuffer.serialize(uTestSetStaticFieldStatement: UTestSetStaticFieldStatement) =
serialize(
uTestExpression = uTestSetStaticFieldStatement,
kind = UTestExpressionKind.SET_FIELD,
kind = UTestExpressionKind.SET_STATIC_FIELD,
serializeInternals = {
serializeUTestInst(value)
},
Expand Down

0 comments on commit 94c5a49

Please sign in to comment.