Skip to content

Commit

Permalink
replace test badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillippOhlandt committed Dec 26, 2021
1 parent 1b98bc8 commit ace02f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OLED

[![CircleCI](https://circleci.com/gh/pappersverk/oled.svg?style=svg)](https://circleci.com/gh/pappersverk/oled)
![Test Status](https://github.com/pappersverk/oled/actions/workflows/tests.yml/badge.svg)
[![Hex version](https://img.shields.io/hexpm/v/oled.svg "Hex version")](https://hex.pm/packages/oled)


Expand Down
1 change: 0 additions & 1 deletion test/oled/display/impl/ssd_1306_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ defmodule OLED.Display.Impl.SSD1306Test do
# |> OLED.Display.Impl.SSD1306.Draw.circle(21, 8, 6, [])
# |> Map.get(:buffer)


buffer = <<127, 255, 255, 254, 128, 0, 0, 1, 128, 248, 31, 1, 131, 6, 96, 193, 132, 1,
128, 33, 132, 1, 128, 33, 136, 1, 128, 17, 136, 1, 128, 17, 136, 1, 128, 17,
136, 1, 128, 17, 136, 1, 128, 17, 132, 1, 128, 33, 132, 1, 128, 33, 131, 6,
Expand Down

0 comments on commit ace02f9

Please sign in to comment.