Skip to content

Commit

Permalink
#16 Introduce error
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaskastle committed Mar 29, 2020
1 parent 9db2edf commit 2ae6960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/testing-fake-addon/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def bpy_module(cache):


def test_versionID_pass(bpy_module):
expect_version = (0, 0, 1)
expect_version = (0, 1, 1)
return_version = get_version(bpy_module)
assert expect_version == return_version

Expand Down

0 comments on commit 2ae6960

Please sign in to comment.