Skip to content

Commit

Permalink
Fix punctuation and unusued import removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jun 22, 2024
1 parent 4ba6b3d commit 29346c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fun main(vararg args: String) {
* Class for checking the presence of test files in a repository.
*
* @param repoPath The path of the repo
* @param testFileExemptiontextProto the location of the test file exemption textproto file.
* @param testFileExemptiontextProto the location of the test file exemption textproto file
*/
class TestFileCheck(
private val repoPath: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package org.oppia.android.scripts.testfile

import com.google.common.truth.Truth.assertThat
import org.junit.After
import org.junit.Assert.assertEquals
import org.junit.Before
import org.junit.Rule
import org.junit.Test
Expand Down

0 comments on commit 29346c2

Please sign in to comment.