Skip to content

Commit

Permalink
swap test names
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Jul 11, 2024
1 parent 9acf92b commit 6d041f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/searchindex/resource_search_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ func TestAccSearchIndex_withStoredSourceExclude(t *testing.T) {
}

func TestAccSearchIndex_withStoredSourceUpdateEmptyType(t *testing.T) {
resource.ParallelTest(t, *storedSourceTestCaseUpdate(t, "search"))
resource.ParallelTest(t, *storedSourceTestCaseUpdate(t, ""))
}

func TestAccSearchIndex_withStoredSourceUpdateSearchType(t *testing.T) {
resource.ParallelTest(t, *storedSourceTestCaseUpdate(t, ""))
resource.ParallelTest(t, *storedSourceTestCaseUpdate(t, "search"))
}

func storedSourceTestCase(tb testing.TB, storedSource string) *resource.TestCase {
Expand Down

0 comments on commit 6d041f1

Please sign in to comment.