Skip to content

Commit

Permalink
Rename ImpersonationTests to ImpersonationIntegrationTests (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
yigress authored Jun 8, 2023
1 parent ae2b90a commit 8cc3b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import test.hivebqcon.com.google.gson.JsonObject;
import test.hivebqcon.com.google.gson.reflect.TypeToken;

public class ImpersonationTests extends IntegrationTestsBase {
public class ImpersonationIntegrationTests extends IntegrationTestsBase {

public static JsonObject getErrorJsonFromHttpResponseException(
Throwable e, String stackTraceClassName, String stackTraceMethodName) {
Expand Down

0 comments on commit 8cc3b00

Please sign in to comment.