File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ class Badge extends Model
5353 * @var array<string, string> $types
5454 */
5555 public static array $ types = [
56- 'esp32 ' => ' Espressif ESP32 binary ' ,
57- 'python ' => 'MicroPython egg ' ,
58- 'ice40 ' => ' Lattice iCE40 bitstream ' ,
56+ 'esp32 ' => ' ESP32 native binaries > ' ,
57+ 'python ' => 'Micropython eggs > ' ,
58+ 'ice40 ' => ' ICE40 FPGA bitstreams > ' ,
5959 ];
6060
6161 /**
Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ public function testMchDeviceTypes(): void
6464 $ response ->assertStatus (200 )
6565 ->assertExactJson ([
6666 [
67- 'name ' => 'Espressif ESP32 binary ' ,
67+ 'name ' => 'ESP32 native binaries > ' ,
6868 'slug ' => 'esp32 ' ,
6969 ],
7070 [
71- 'name ' => 'MicroPython egg ' ,
71+ 'name ' => 'Micropython eggs > ' ,
7272 'slug ' => 'python ' ,
7373 ],
7474 [
75- 'name ' => 'Lattice iCE40 bitstream ' ,
75+ 'name ' => 'ICE40 FPGA bitstreams > ' ,
7676 'slug ' => 'ice40 ' ,
7777 ],
7878 ]);
You can’t perform that action at this time.
0 commit comments