Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Oct 25, 2024
1 parent b9443dc commit 0d671a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ public void test_getPrimaryTimestampFromObjectForInsert_DoubleValueShouldThrowEr
ColumnHolder.TIME_COLUMN_NAME,
timestamp.getClass().getSimpleName()
)
), e.getFault()
),
e.getFault()
);
}

Expand Down

0 comments on commit 0d671a4

Please sign in to comment.