File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
bans-core-addons/exemption-vault
bans-core/src/test/java/space/arim/libertybans/core/selector
bans-env/spigotplugin/src/it/spigot-slf4j Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6565 <repositories >
6666 <repository >
6767 <id >spigot-repo</id >
68- <url >https://hub.spigotmc.org/nexus/content/repositories/snapshots /</url >
68+ <url >https://hub.spigotmc.org/nexus/content/repositories/public /</url >
6969 </repository >
7070 <repository >
7171 <id >jitpack</id >
7272 <url >https://jitpack.io</url >
7373 </repository >
7474 </repositories >
75- </project >
75+ </project >
Original file line number Diff line number Diff line change 2121
2222import org .jooq .DSLContext ;
2323import org .jooq .SQLDialect ;
24- import org .junit .jupiter .api .Disabled ;
2524import org .junit .jupiter .api .extension .ExtendWith ;
2625import org .junit .jupiter .params .ParameterizedTest ;
2726import org .junit .jupiter .params .provider .EnumSource ;
4241import static org .junit .jupiter .api .Assertions .assertEquals ;
4342import static org .mockito .Mockito .mock ;
4443
45- //@Disabled(value = "Temporarily, while #338 is solved")
4644@ ExtendWith (MockitoExtension .class )
4745public class SelectionBaseSQLTest {
4846
Original file line number Diff line number Diff line change 107107 <repositories >
108108 <repository >
109109 <id >spigot-repo</id >
110- <url >https://hub.spigotmc.org/nexus/content/repositories/snapshots /</url >
110+ <url >https://hub.spigotmc.org/nexus/content/repositories/public /</url >
111111 </repository >
112112 </repositories >
113- </project >
113+ </project >
You can’t perform that action at this time.
0 commit comments