Skip to content

Commit

Permalink
Fix the tests ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGeel committed Nov 20, 2023
1 parent a7438f3 commit d1b8887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/getRandomWord.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, it, expect } from "bun:test";

import { getRandomWord } from "./getRandomWord";
import { dictionary, getRandomWord } from "./getRandomWord";

describe("getRandomWord", () => {
it("should return a random word from the dictionary", () => {
Expand Down

0 comments on commit d1b8887

Please sign in to comment.