Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pieqq committed Apr 10, 2024
1 parent 560bc5a commit cea5c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/tests/test_snap_update_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_init(self, mock_snapd, mock_snapinfo):
timeout="10",
)
self.assertEqual(srr.name, "test")
self.assertEqual(srr.path, "/tmp")
self.assertEqual(srr.path, "/test")
self.assertEqual(srr.revision, "1")
self.assertEqual(srr.timeout, "10")

Expand Down

0 comments on commit cea5c0d

Please sign in to comment.