Skip to content

Commit

Permalink
TECH: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Aug 22, 2023
1 parent c27e197 commit 9305ec4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class LoggingObjectWatcherInterceptor(
logger.i(
"The object: ${interaction.description}. " +
"The operation: Check=${assertion.type}(description={${assertion.description}}. " +
"Additional info: the object was founded by selector=${interaction.selector.bySelector}"
"Additional info: the object was found by selector=${interaction.selector.bySelector}"
)
}

Expand All @@ -38,7 +38,7 @@ class LoggingObjectWatcherInterceptor(
logger.i(
"The object: ${interaction.description}. " +
"The operation: Action=${action.type}(description={${action.description}}. " +
"Additional info: the object was founded by selector=${interaction.selector.bySelector}"
"Additional info: the object was found by selector=${interaction.selector.bySelector}"
)
}
}

0 comments on commit 9305ec4

Please sign in to comment.