try 2 to fix flaky test

dbus-notify
Zlatin Balevsky 2022-04-13 17:34:29 +01:00
parent 3d7365144b
commit 69fbc186ef
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class TrustServiceTest {
void testLoad() {
service.stop()
persistGood.append("{ \"persona\" : \"${personas.persona1.toBase64()}\", \"reason\":\"good\"}\n")
persistBad.append("{ \"persona\" : \"${personas.persona2.toBase64()}\", \"reason\",\"bad\"}\n")
persistBad.append("{ \"persona\" : \"${personas.persona2.toBase64()}\", \"reason\":\"bad\"}\n")
service = new TrustService(persistGood, persistBad)
service.start()
service.waitForLoad()