Skip to content

Commit

Permalink
Fix import in SelJodaDateTimePropertyTest (#57)
Browse files Browse the repository at this point in the history
Fix: Correct import in SelJodaDateTimePropertyTest

Co-authored-by: jun-he <[email protected]>
  • Loading branch information
HankGuo93 and jun-he committed Jul 30, 2024
1 parent 774807e commit ba72c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
package com.netflix.sel.type;

import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;

import com.netflix.sel.visitor.SelOp;
import org.joda.time.DateTime;
Expand Down

0 comments on commit ba72c05

Please sign in to comment.