File tree 1 file changed +2
-2
lines changed
arduino/cores/packagemanager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func TestResolveFQBN(t *testing.T) {
71
71
require .NotNil (t , platformRelease .Platform )
72
72
require .Equal (t , platformRelease .Platform .String (), "arduino:avr" )
73
73
require .NotNil (t , board )
74
- require .Equal (t , board .Name (), "Arduino/Genuino Uno" )
74
+ require .Equal (t , board .Name (), "Arduino Uno" )
75
75
require .NotNil (t , props )
76
76
require .Equal (t , platformRelease , buildPlatformRelease )
77
77
@@ -85,7 +85,7 @@ func TestResolveFQBN(t *testing.T) {
85
85
require .NotNil (t , platformRelease .Platform )
86
86
require .Equal (t , platformRelease .Platform .String (), "arduino:avr" )
87
87
require .NotNil (t , board )
88
- require .Equal (t , board .Name (), "Arduino/Genuino Mega or Mega 2560" )
88
+ require .Equal (t , board .Name (), "Arduino Mega or Mega 2560" )
89
89
require .NotNil (t , props )
90
90
require .Equal (t , platformRelease , buildPlatformRelease )
91
91
You can’t perform that action at this time.
0 commit comments