Skip to content

Commit

Permalink
type-o in matrix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Oct 4, 2024
1 parent ec368e2 commit d938a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_plugin_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def test_plugin_matrix_transaction_ids_api_v3_no_cache(
# Instantiate our object
obj = Apprise.instantiate('matrix://user:pass@localhost/#general?v=3')

# Ensure mode is flush
# Ensure mode is memory
assert obj.store.mode == PersistentStoreMode.MEMORY

# Performs a login
Expand Down

0 comments on commit d938a33

Please sign in to comment.