Skip to content

Commit

Permalink
Forgot to undo change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudschouten committed Apr 12, 2024
1 parent b1a8e48 commit 43f96aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private IEnumerable<Mutation> ApplyInvocationMutations(InvocationExpressionSynta
if (node is not { Expression: MemberAccessExpressionSyntax member })
yield break;

if (!IsOperationOnAString(member, model))
if (!IsOperationOnAString(member.Expression, model))
yield break;

var identifier = member.Name.Identifier.ValueText;
Expand Down

0 comments on commit 43f96aa

Please sign in to comment.