diff --git a/app/Jobs/PollFuelPricesJob.php b/app/Jobs/PollFuelPricesJob.php new file mode 100644 index 0000000..d9ef216 --- /dev/null +++ b/app/Jobs/PollFuelPricesJob.php @@ -0,0 +1,17 @@ + true]); + } +} diff --git a/tests/Unit/Jobs/PollFuelPricesJobTest.php b/tests/Unit/Jobs/PollFuelPricesJobTest.php new file mode 100644 index 0000000..d84370f --- /dev/null +++ b/tests/Unit/Jobs/PollFuelPricesJobTest.php @@ -0,0 +1,12 @@ +