Skip to content

Commit

Permalink
Another test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed Sep 6, 2024
1 parent b378b53 commit 24ceadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe("PowerDistributionSystem", () => {
expect(system3.components.power?.currentPower).toEqual(3);
expect(system4.components.power?.currentPower).toEqual(3);
});
it.only("should properly charge and discharge batteries", () => {
it("should properly charge and discharge batteries", () => {
const reactor = new Entity();
reactor.addComponent("isShipSystem", { type: "reactor" });
reactor.addComponent("isReactor", {
Expand Down

0 comments on commit 24ceadb

Please sign in to comment.