Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Feb 19, 2024
1 parent d991820 commit af3be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resource/formats/test_ncs_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ def test_struct_set_members(self):

self.assertEqual(123, interpreter.action_snapshots[-3].arg_values[0])
self.assertEqual("abc", interpreter.action_snapshots[-2].arg_values[0])
self.assertAlmostEqual(math.pi, interpreter.action_snapshots[-1].arg_values[0])
self.assertAlmostEqual(3.14, interpreter.action_snapshots[-1].arg_values[0].value)

def test_prefix_increment_sp_int(self):
ncs = self.compile(
Expand Down

0 comments on commit af3be71

Please sign in to comment.