Skip to content

Commit 4af68c9

Browse files
committed
tests: update snapshot to use board_connect
1 parent 7c3da8d commit 4af68c9

File tree

1 file changed

+1
-1
lines changed
  • pins/tests/_snapshots/test_board_pin_write_rsc_index_html

1 file changed

+1
-1
lines changed

pins/tests/_snapshots/test_board_pin_write_rsc_index_html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h3>derek/test_rsc_pin</h3>
5959
<h3>Code</h3>
6060

6161
<pre id="pin-python" class="pin-code"><code class="python">from pins import board_rsconnect
62-
board = board_rsconnect(server_url='http://localhost:3939')
62+
board = board_connect(server_url='http://localhost:3939')
6363
board.pin_read("derek/test_rsc_pin")</code></pre>
6464

6565
<script type="text/javascript">

0 commit comments

Comments
 (0)