Skip to content

Commit

Permalink
Fix changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
billylanchantin committed Nov 27, 2024
1 parent 05dc169 commit 57c781f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/explorer/data_frame_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2664,9 +2664,9 @@ defmodule Explorer.DataFrameTest do
| m | n |
| <s64> | <struct[1]> |
+==================+========================+
| 2 | %{"a" => 1} |
| 2 | {a: 1} |
+------------------+------------------------+
| 3 | %{"a" => 2} |
| 3 | {a: 2} |
+------------------+------------------------+
"""
Expand Down

0 comments on commit 57c781f

Please sign in to comment.