Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Dec 20, 2024
1 parent 00035cb commit 1c7f65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/features/tournament-bracket/core/Bracket.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, expect, it } from "vitest";
import invariant from "../../../utils/invariant";
import { Tournament } from "./Tournament";
import { LOW_INK_DECEMBER_2024 } from "./tests/mocks-li";
import invariant from "../../../utils/invariant";

const TEAM_ERROR_404_ID = 17354;
const TEAM_THIS_IS_FINE_ID = 17513;
Expand Down

0 comments on commit 1c7f65a

Please sign in to comment.