Skip to content

Commit

Permalink
Fix Regex Pattern checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jun 13, 2024
1 parent 2fe7485 commit bd683b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.oppia.android.scripts.common.ScriptBackgroundCoroutineDispatcher
import org.oppia.android.scripts.testing.TestBazelWorkspace
import org.oppia.android.testing.assertThrows

/** Tests for [CoverageRunner] */
/** Tests for [CoverageRunner]. */
class CoverageRunnerTest {
@field:[Rule JvmField] val tempFolder = TemporaryFolder()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.oppia.android.scripts.common.ScriptBackgroundCoroutineDispatcher
import org.oppia.android.scripts.testing.TestBazelWorkspace
import org.oppia.android.testing.assertThrows

/** Tests for [RunCoverageForTestTarget] */
/** Tests for [RunCoverageForTestTarget]. */
class RunCoverageForTestTargetTest {
@field:[Rule JvmField] val tempFolder = TemporaryFolder()

Expand Down

0 comments on commit bd683b5

Please sign in to comment.