Commit 7a85806b authored by Christos Tranoris's avatar Christos Tranoris
Browse files

fix for tests

parent c45c19d8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -320,7 +320,7 @@ public class ServiceRepoServiceTest {


        boolean expectedNoteExists = false;
        boolean expectedNoteExists = false;
        for (Note n : noteList) {
        for (Note n : noteList) {
            if ( n.getText().contains("Supporting Resource changed with") && n.getAuthor().equals("API")) {
            if ( n.getText().contains("Supporting Resource changed with") && n.getAuthor().equals("SIM638-API")) {
                expectedNoteExists= true;
                expectedNoteExists= true;
                break;
                break;
            }
            }