Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Jan 23, 2025
1 parent b3345b1 commit 5a7c2a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal class VisualsTest {

@BeforeEach
fun setup() {
visuals = object : Visuals(0) {
visuals = object : Visuals() {
}
}

Expand Down

0 comments on commit 5a7c2a2

Please sign in to comment.