Skip to content

Commit

Permalink
Move TestContext classes to test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Satan committed Nov 18, 2024
1 parent 3f95e29 commit 4d5888a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
* USA
*/

package io.github.almightysatan.slams.standalone;
package io.github.almightysatan.slams;

import io.github.almightysatan.slams.Context;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
* USA
*/

package io.github.almightysatan.slams.standalone;
package io.github.almightysatan.slams;

import io.github.almightysatan.slams.Context;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

Expand Down
1 change: 1 addition & 0 deletions minimessage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ plugins {
dependencies {
api(project(":core"))
implementation("net.kyori:adventure-text-minimessage:4.17.0")
testImplementation(testFixtures(project(":core")))
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

package io.github.almightysatan.slams.minimessage;

import io.github.almightysatan.slams.PlaceholderResolver;
import io.github.almightysatan.slams.Slams;
import io.github.almightysatan.slams.Placeholder;
import io.github.almightysatan.slams.*;
import net.kyori.adventure.text.Component;
import net.kyori.adventure.text.TextComponent;
import org.junit.jupiter.api.Test;
Expand Down

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions standalone/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ plugins {

dependencies {
api(project(":core"))
testImplementation(testFixtures(project(":core")))
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

package io.github.almightysatan.slams.standalone;

import io.github.almightysatan.slams.Slams;
import io.github.almightysatan.slams.Placeholder;
import io.github.almightysatan.slams.PlaceholderResolver;
import io.github.almightysatan.slams.*;
import org.junit.jupiter.api.Test;

import java.io.IOException;
Expand Down

0 comments on commit 4d5888a

Please sign in to comment.