Skip to content

Commit

Permalink
remove pointless static string description comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Oct 21, 2024
1 parent 312c4bf commit 7790013
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,9 @@ void afterAll() throws SQLException, IOException, InterruptedException {


//region Commonly Repeated Variables
// Source Type (SOURCE_TYPE)
final static String SOURCE_TYPE = "Test";

// Derivation Group (DERIVATION_GROUP)
final static String DERIVATION_GROUP = "Test Default";

// Event Type (EVENT_TYPE)
final static String EVENT_TYPE = "Test";

// Created At (CREATED_AT)
final static String CREATED_AT = "2024-01-01T00:00:00Z";
//endregion

Expand Down

0 comments on commit 7790013

Please sign in to comment.