Skip to content

Commit

Permalink
Nonesense for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mariari committed Mar 21, 2024
1 parent b8797f5 commit a04f23b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cairo/cairo1.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Cairo.Cairo1 do
defmodule Anoma.Cairo1 do
use Rustler,
otp_app: :cairo,
crate: :cairo1
Expand Down
2 changes: 1 addition & 1 deletion native/cairo1/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ fn process_args(value: &str) -> Result<Vec<FuncArg>, String> {
Ok(args)
}

rustler::init!("Elixir.Cairo.Cairo1", [cairo1_vm_runner]);
rustler::init!("Elixir.Anoma.Cairo1", [cairo1_vm_runner]);
2 changes: 1 addition & 1 deletion test/cairo_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule NifTest do
doctest Cairo.Cairo0

alias Cairo.Cairo0
alias Cairo.Cairo1
alias Anoma.Cairo1

test "cairo0_api_test" do
{:ok, program} = File.read("./native/cairo/fibonacci_5.json")
Expand Down

0 comments on commit a04f23b

Please sign in to comment.