All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m34s
Add Gitea tests Rename Remove oracle references Package for zx Reviewed-on: #235 Reviewed-by: dimitar.p.ivanov <dimitarivanov@qpq.swiss> Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
14 lines
389 B
Erlang
14 lines
389 B
Erlang
%%%-------------------------------------------------------------------
|
|
%%% @copyright (C) 2025, QPQ AG
|
|
%%% @copyright (C) 2018, Aeternity Anstalt
|
|
%%% @doc Basic tests for Fate data
|
|
%%% @end
|
|
%%%-------------------------------------------------------------------
|
|
|
|
-module(gmb_data_test).
|
|
|
|
-include_lib("eunit/include/eunit.hrl").
|
|
|
|
format_integer_test() ->
|
|
"0" = gmb_fate_data:format(0).
|