Skip to content

Commit c0dbd95

Browse files
committed
!fixup update the remaining snapshots
1 parent aa578e9 commit c0dbd95

File tree

35 files changed

+70
-35
lines changed

35 files changed

+70
-35
lines changed

tests/account/test_snapshots/test/test.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 2,
4-
"nonce": 1
4+
"nonce": 1,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/add_i128/test_snapshots/test/test_add.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 1,
4-
"nonce": 0
4+
"nonce": 0,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/add_u128/test_snapshots/test/test_add.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 1,
4-
"nonce": 0
4+
"nonce": 0,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/add_u64/test_snapshots/test/test_add.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 1,
4-
"nonce": 0
4+
"nonce": 0,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/auth/test_snapshots/test_a/test_with_mock_all_auth.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 2,
4-
"nonce": 0
4+
"nonce": 0,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/auth/test_snapshots/test_a/test_with_mock_auth.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 2,
4-
"nonce": 1
4+
"nonce": 1,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/auth/test_snapshots/test_a/test_with_real_contract_auth_approve.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 2,
4-
"nonce": 0
4+
"nonce": 0,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/auth/test_snapshots/test_a/test_with_real_contract_auth_decline.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 2,
4-
"nonce": 0
4+
"nonce": 0,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/auth/test_snapshots/test_b/test_with_mock_all_auth.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 3,
4-
"nonce": 0
4+
"nonce": 0,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

tests/auth/test_snapshots/test_b/test_with_mock_auth.1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"generators": {
33
"address": 3,
4-
"nonce": 1
4+
"nonce": 1,
5+
"mux_id": 0
56
},
67
"auth": [
78
[],

0 commit comments

Comments
 (0)