Skip to content

Commit 62f5e53

Browse files
Make compatible with 2.0.4 pytest (#8)
1 parent ea6bc39 commit 62f5e53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.idea
22
.DS_Store
3+
*.log
4+
*.pyc

test/auctions_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from assembly.lang_9 import ContractRef
2+
from assembly_client.api.contracts import ContractRef
33

44
AUCTION = ContractRef('auction', '1.0.0', 9)
55

0 commit comments

Comments
 (0)