File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
arduino/cores/packagemanager Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ func TestBoardOptionsFunctions(t *testing.T) {
6161 nanoOptions := nano .GetConfigOptions ()
6262 require .Equal (t , "Processor" , nanoOptions .Get ("cpu" ))
6363 require .Equal (t , 1 , nanoOptions .Size ())
64- nanoCpuValues := nano .GetConfigOptionValues ("cpu" )
64+ nanoCPUValues := nano .GetConfigOptionValues ("cpu" )
6565
66- expectedNanoCpuValues := properties .NewMap ()
67- expectedNanoCpuValues .Set ("atmega328" , "ATmega328P" )
68- expectedNanoCpuValues .Set ("atmega328old" , "ATmega328P (Old Bootloader)" )
69- expectedNanoCpuValues .Set ("atmega168" , "ATmega168" )
70- require .EqualValues (t , expectedNanoCpuValues , nanoCpuValues )
66+ expectedNanoCPUValues := properties .NewMap ()
67+ expectedNanoCPUValues .Set ("atmega328" , "ATmega328P" )
68+ expectedNanoCPUValues .Set ("atmega328old" , "ATmega328P (Old Bootloader)" )
69+ expectedNanoCPUValues .Set ("atmega168" , "ATmega168" )
70+ require .EqualValues (t , expectedNanoCPUValues , nanoCPUValues )
7171
7272 esp8266 , err := pm .FindBoardWithFQBN ("esp8266:esp8266:generic" )
7373 require .Nil (t , err )
You can’t perform that action at this time.
0 commit comments