diff --git a/src/Component/legacy/spec/Exception/RaceConditionExceptionSpec.php b/src/Component/legacy/spec/Exception/RaceConditionExceptionSpec.php new file mode 100644 index 000000000..bfe27b644 --- /dev/null +++ b/src/Component/legacy/spec/Exception/RaceConditionExceptionSpec.php @@ -0,0 +1,25 @@ +shouldBeAnInstanceOf(NewRaceConditionException::class); + } +}