From 78e5aa5e55da2546247d5b02dfd7437613e23f45 Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:24:26 +0100 Subject: [PATCH] Update tests/visual/scenes/graphics/graphics-tint.scene.ts --- tests/visual/scenes/graphics/graphics-tint.scene.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/visual/scenes/graphics/graphics-tint.scene.ts b/tests/visual/scenes/graphics/graphics-tint.scene.ts index 8a612483c3..513593d96c 100644 --- a/tests/visual/scenes/graphics/graphics-tint.scene.ts +++ b/tests/visual/scenes/graphics/graphics-tint.scene.ts @@ -5,7 +5,6 @@ import type { TestScene } from '../../types'; export const scene: TestScene = { it: 'should set tint of graphics correctly', - only: true, create: async (scene: Container) => { const rect = new Graphics().rect(0, 0, 100, 100).fill('black');