forked from Ruderverein-Donau-Linz/rowt
		
	update id's
This commit is contained in:
		@@ -292,7 +292,7 @@ mod test {
 | 
			
		||||
        assert_eq!(rower_notification.category, "Absage Ausfahrt");
 | 
			
		||||
        assert_eq!(
 | 
			
		||||
            rower_notification.action_after_reading.as_deref(),
 | 
			
		||||
            Some("remove_user_trip_with_trip_details_id:3")
 | 
			
		||||
            Some("remove_user_trip_with_trip_details_id:4")
 | 
			
		||||
        );
 | 
			
		||||
 | 
			
		||||
        // Cox received notification
 | 
			
		||||
 
 | 
			
		||||
@@ -339,7 +339,7 @@ mod test {
 | 
			
		||||
                }
 | 
			
		||||
            )
 | 
			
		||||
            .await,
 | 
			
		||||
            3,
 | 
			
		||||
            4,
 | 
			
		||||
        );
 | 
			
		||||
        assert_eq!(
 | 
			
		||||
            TripDetails::create(
 | 
			
		||||
@@ -354,7 +354,7 @@ mod test {
 | 
			
		||||
                }
 | 
			
		||||
            )
 | 
			
		||||
            .await,
 | 
			
		||||
            4,
 | 
			
		||||
            5,
 | 
			
		||||
        );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user