fixes import order

This commit is contained in:
spencergibb
2023-01-17 11:39:03 -05:00
parent d79f5742da
commit d01b187923

View File

@@ -16,9 +16,9 @@
package org.springframework.cloud.gateway.filter.ratelimit;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.assertj.core.api.Assertions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringBootConfiguration;