Skip to content

Commit 65afd28

Browse files
committed
fix test case for nano every
1 parent 4c42ba6 commit 65afd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/ci_config_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
expect(default_config.package_url("adafruit:avr")).to eq("https://adafruit.github.io/arduino-board-index/package_adafruit_index.json")
3232
expect(default_config.package_url("adafruit:samd")).to eq("https://adafruit.github.io/arduino-board-index/package_adafruit_index.json")
3333
expect(default_config.package_url("esp32:esp32")).to eq("https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json")
34-
expect(default_config.platforms_to_build).to match(["uno", "due", "zero", "leonardo", "m4", "esp32", "esp8266", "mega2560"])
34+
expect(default_config.platforms_to_build).to match(["uno", "due", "zero", "leonardo", "m4", "esp32", "esp8266", "mega2560", "nano_every"])
3535
expect(default_config.platforms_to_unittest).to match(["uno", "due", "zero", "leonardo"])
3636
expect(default_config.aux_libraries_for_build).to match([])
3737
expect(default_config.aux_libraries_for_unittest).to match([])

0 commit comments

Comments
 (0)